[logaling-commit] logaling/logalimacs [master] Use string= statement instead of equal statement

Back to archive index

null+****@clear***** null+****@clear*****
Thu Jun 14 21:22:19 JST 2012


yuta yamada	2012-06-14 21:22:19 +0900 (Thu, 14 Jun 2012)

  New Revision: 282f79af3d9b2d1d9a4041d1cf3fce171671c4a3

  Log:
    Use string= statement instead of equal statement

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-14 21:16:38 +0900 (06c5ee2)
+++ logalimacs.el    2012-06-14 21:22:19 +0900 (c7a8b3c)
@@ -230,7 +230,7 @@
   (let* ((source-word (loga-decide-source-word manual?))
          (content (loga-command (concat "\"" source-word "\""))))
     (setq loga-current-command :lookup)
-    (if (equal "" content)
+    (if (string= "" content)
         (if loga-use-fallback
             (text-translator/logalimacs-fallback-func)
           (minibuffer-message




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