[logaling-commit] logaling/logalimacs [master] word -> source-word

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 11 21:39:45 JST 2012


yuta yamada	2012-06-11 21:39:45 +0900 (Mon, 11 Jun 2012)

  New Revision: e4e726de61cd903c30b8beb5b4dc25872d00cc50

  Log:
    word -> source-word

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -2)
===================================================================
--- logalimacs.el    2012-06-11 21:39:09 +0900 (82db696)
+++ logalimacs.el    2012-06-11 21:39:45 +0900 (c456752)
@@ -230,8 +230,8 @@
   (loga-command (loga-input)))
 
 (defun loga-lookup (&optional endpoint manual?)
-  (let* ((word (loga-decide-source-word manual?))
-         (content (loga-command (concat "\"" word "\""))))
+  (let* ((source-word (loga-decide-source-word manual?))
+         (content (loga-command (concat "\"" source-word "\""))))
     (loga-current-command :lookup)
     (if (equal "" content)
         (if loga-use-fallback




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