[logaling-commit] logaling/logalimacs [master] Delete an unnecessary the setq

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 11 21:13:12 JST 2012


yuta yamada	2012-06-11 21:13:12 +0900 (Mon, 11 Jun 2012)

  New Revision: e7e0f4ccd02d5614f68f1bfc5ca3e9e328eef249

  Log:
    Delete an unnecessary the setq

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -2)
===================================================================
--- logalimacs.el    2012-06-11 21:12:35 +0900 (6310ca0)
+++ logalimacs.el    2012-06-11 21:13:12 +0900 (d7bcc79)
@@ -406,8 +406,8 @@
 
 (defun loga-make-buffer(content)
   "create buffer for logalimacs"
-  (setq loga-current-endpoint :buffer)
-  (setq other-window-scroll-buffer "*logalimacs*")
+  (setq loga-current-endpoint :buffer
+        other-window-scroll-buffer "*logalimacs*")
   (with-temp-buffer
     (switch-to-buffer (get-buffer-create "*logalimacs*"))
     (toggle-read-only 0)




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