[logaling-commit] logaling/logalimacs [master] Use format statement instead of concat

Back to archive index

null+****@clear***** null+****@clear*****
Fri Jun 15 20:29:23 JST 2012


yuta yamada	2012-06-15 20:29:23 +0900 (Fri, 15 Jun 2012)

  New Revision: 0d9597e8bd3666bb2bd48854babd51d9f4200751

  Log:
    Use format statement instead of concat

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-15 19:43:29 +0900 (4d3d74a)
+++ logalimacs.el    2012-06-15 20:29:23 +0900 (b5c17d1)
@@ -242,7 +242,7 @@
 
 (defun loga-not-found ()
   (minibuffer-message
-   (concat (caar loga-word-cache) " is not found")))
+   (format "%s is not found" (caar loga-word-cache))))
 
 (defun loga-decide-source-word ()
   (if mark-active




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