[logaling-commit] logaling/logalimacs [master] Ouput message when error occured

Back to archive index

null+****@clear***** null+****@clear*****
Wed Jun 13 09:13:32 JST 2012


yuta yamada	2012-06-13 09:13:32 +0900 (Wed, 13 Jun 2012)

  New Revision: 1f2722abc4f05530b599bbbf43841abf0d7dc49d

  Log:
    Ouput message when error occured

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-12 08:02:49 +0900 (57b42ec)
+++ logalimacs.el    2012-06-13 09:13:32 +0900 (1bf891b)
@@ -190,7 +190,7 @@
        (loga-word-cache (cons arg (loga-to-shell cmd (concat task " " word))))
        (cdar loga-word-cache))
       ((or :add :update)
-       (loga-to-shell cmd (concat task " " arg)))
+       (message (loga-to-shell cmd (concat task " " arg))))
       (:show
        (loga-make-buffer (loga-to-shell cmd task)))
       ((or :config :delete :help :import :new :show)




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