[logaling-commit] logaling/logalimacs [master] Fix problem that is leaved help buffer

Back to archive index

null+****@clear***** null+****@clear*****
Wed Jun 27 00:44:24 JST 2012


yuta yamada	2012-06-27 00:44:24 +0900 (Wed, 27 Jun 2012)

  New Revision: 462508f6d36cf604cddbcb809e01cfd3f1f883f4
  https://github.com/logaling/logalimacs/commit/462508f6d36cf604cddbcb809e01cfd3f1f883f4

  Log:
    Fix problem that is leaved help buffer

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -1)
===================================================================
--- logalimacs.el    2012-06-27 00:40:49 +0900 (34d0194)
+++ logalimacs.el    2012-06-27 00:44:24 +0900 (a5e7955)
@@ -214,7 +214,8 @@
 
 (defun loga-add/update (task)
   (let* ((input (loga-input)))
-    (loga-to-shell "\\loga" (concat task " " input))))
+    (loga-to-shell "\\loga" (concat task " " input))
+    (kill-buffer "*logalimacs*")))
 (defun loga-lookup-attach-option (search-word)
   (let* ((options '()))
     (if loga-use-dictionary-option
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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