[logaling-commit] logaling/logalimacs [master] Fix the :list position

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 25 22:31:29 JST 2012


yuta yamada	2012-06-25 22:31:29 +0900 (Mon, 25 Jun 2012)

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

  Log:
    Fix the :list position

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -2)
===================================================================
--- logalimacs.el    2012-06-25 22:25:27 +0900 (2ee9b25)
+++ logalimacs.el    2012-06-25 22:31:29 +0900 (d3b9d85)
@@ -205,9 +205,9 @@
        (cdar loga-word-cache))
       ((:add :update)
        (message (loga-to-shell cmd (concat task " " arg))))
-      (:show
+      ((:show :list)
        (loga-make-buffer (loga-to-shell cmd task)))
-      ((:config :delete :help :import :new :list)
+      ((:config :delete :help :import :new)
        (loga-make-buffer (loga-to-shell cmd (concat task " " (loga-input)))))
       ((:register :unregister :version)
        (minibuffer-message (loga-to-shell cmd task))))))
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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