[logaling-commit] logaling/logalimacs [master] Fix a missing round parenthese

Back to archive index

null+****@clear***** null+****@clear*****
Thu Jun 28 21:28:57 JST 2012


yuta yamada	2012-06-28 21:28:57 +0900 (Thu, 28 Jun 2012)

  New Revision: 5fcd755b4d150c1b3b205b837870413f88dde5a5
  https://github.com/logaling/logalimacs/commit/5fcd755b4d150c1b3b205b837870413f88dde5a5

  Log:
    Fix a missing round parenthese

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-28 21:27:03 +0900 (543af0c)
+++ logalimacs.el    2012-06-28 21:28:57 +0900 (80144d9)
@@ -180,7 +180,7 @@
   "If popup where current endpoint, output to buffer. if buffer, quit buffer"
   (case loga-current-endpoint
     (:buffer
-     (loga-quit-window)
+     (loga-quit-window))
     (:popup
      (loga-lookup-in-buffer))))
 
-------------- next part --------------
An HTML attachment was scrubbed...
下載 



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