[logaling-commit] logaling/logalimacs [master] Delete an unnecessary function and move the contents

Back to archive index

null+****@clear***** null+****@clear*****
Fri Jun 29 21:40:19 JST 2012


yuta yamada	2012-06-29 21:40:19 +0900 (Fri, 29 Jun 2012)

  New Revision: d65b50f2efd9fdf42074839a735832ee2882e839
  https://github.com/logaling/logalimacs/commit/d65b50f2efd9fdf42074839a735832ee2882e839

  Log:
    Delete an unnecessary function and move the contents

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -5)
===================================================================
--- logalimacs.el    2012-06-29 21:38:32 +0900 (2b09ee2)
+++ logalimacs.el    2012-06-29 21:40:19 +0900 (1b7d7d7)
@@ -259,11 +259,8 @@
           (t      (loga-make-buffer terminal-output)))
       (if loga-use-fallback
           (text-translator/logalimacs-fallback-func)
-        (loga-not-found)))))
-
-(defun loga-not-found ()
-  (minibuffer-message
-   (format "%s is not found" (caar loga-word-cache))))
+        (minibuffer-message
+         (format "%s is not found" (caar loga-word-cache)))))))
 
 (defun loga-decide-source-word ()
   (if mark-active
-------------- next part --------------
An HTML attachment was scrubbed...
下载 



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