[logaling-commit] logaling/logalimacs [master] Delete unnecessary messages

Back to archive index

null+****@clear***** null+****@clear*****
Thu Jun 14 21:16:38 JST 2012


yuta yamada	2012-06-14 21:16:38 +0900 (Thu, 14 Jun 2012)

  New Revision: 2592bfff387387de9d6fc02997a8440dc390a06b

  Log:
    Delete unnecessary messages

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-14 21:12:15 +0900 (ba00f2f)
+++ logalimacs.el    2012-06-14 21:16:38 +0900 (06c5ee2)
@@ -234,7 +234,7 @@
         (if loga-use-fallback
             (text-translator/logalimacs-fallback-func)
           (minibuffer-message
-           (concat "'" (caar loga-word-cache) content "' is not found")))
+           (concat (caar loga-word-cache) " is not found")))
       (case endpoint
         (:popup
          (loga-make-popup content))




More information about the logaling-commit mailing list
Back to archive index