[logaling-commit] logaling/logalimacs [master] toggle-read-only: t -> 1

Back to archive index

null+****@clear***** null+****@clear*****
Tue Jun 5 13:00:35 JST 2012


yuta yamada	2012-06-05 13:00:35 +0900 (Tue, 05 Jun 2012)

  New Revision: b11e1eeb02516b269baa71318c70f3107885f0cf

  Log:
    toggle-read-only: t -> 1

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-05 12:58:08 +0900 (b35c1c7)
+++ logalimacs.el    2012-06-05 13:00:35 +0900 (6008d39)
@@ -397,7 +397,7 @@
     (erase-buffer) ;;initialize
     (insert content)
     (beginning-of-buffer)
-    (toggle-read-only t))
+    (toggle-read-only 1))
   (switch-to-buffer loga-base-buffer)
   (popwin:popup-buffer
    (get-buffer-create "*logalimacs*")




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