[logaling-commit] logaling/logalimacs [master] Use goto-char function instead of beginning-of-buffer, because occur warning when byte-compile.

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 25 20:04:06 JST 2012


yuta yamada	2012-06-25 20:04:06 +0900 (Mon, 25 Jun 2012)

  New Revision: 88586717ce152dc6e1850abd7a0961fcc3aa24c0
  https://github.com/logaling/logalimacs/commit/88586717ce152dc6e1850abd7a0961fcc3aa24c0

  Log:
    Use goto-char function instead of beginning-of-buffer, because occur warning when byte-compile.

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-25 19:56:54 +0900 (07dfaf7)
+++ logalimacs.el    2012-06-25 20:04:06 +0900 (7c7c3e6)
@@ -426,7 +426,7 @@
     (setq buffer-read-only nil)
     (erase-buffer) ;;initialize
     (insert content)
-    (beginning-of-buffer)
+    (goto-char 0)
     (setq buffer-read-only t))
   (switch-to-buffer loga-base-buffer)
   (popwin:popup-buffer
-------------- next part --------------
An HTML attachment was scrubbed...
下載 



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