[logaling-commit] logaling/logalimacs at 4409813 [master] Fix indent

Zurück zum Archiv-Index

Yuta Yamada null+****@clear*****
Sat Jun 8 05:44:22 JST 2013


Yuta Yamada	2013-06-08 05:44:22 +0900 (Sat, 08 Jun 2013)

  New Revision: 44098132eb2ab249ef679c704cd4db3b4b7c95e9
  https://github.com/logaling/logalimacs/commit/44098132eb2ab249ef679c704cd4db3b4b7c95e9

  Message:
    Fix indent

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+3 -3)
===================================================================
--- logalimacs.el    2013-06-08 05:40:52 +0900 (630b5b4)
+++ logalimacs.el    2013-06-08 05:44:22 +0900 (b916f10)
@@ -725,9 +725,9 @@ Otherwise passed character inside region."
 
 (defun loga-delete-popup ()
   (let ((delete-popup
-          (lambda ()
-            (popup-live-p menu)
-            (popup-delete menu))))
+         (lambda ()
+           (popup-live-p menu)
+           (popup-delete menu))))
     (condition-case error
         (funcall delete-popup)
       (error error))))
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Zurück zum Archiv-Index