null+****@clear*****
null+****@clear*****
Mon Jun 11 09:14:35 JST 2012
yuta yamada 2012-06-11 09:14:35 +0900 (Mon, 11 Jun 2012) New Revision: 0435a05cf994b7ffb5f2af0cd4a2c367879d29c8 Log: Fix typos (;;xxx -> ;; xxx) Modified files: logalimacs.el Modified: logalimacs.el (+4 -4) =================================================================== --- logalimacs.el 2012-06-11 09:14:11 +0900 (9c0fc1c) +++ logalimacs.el 2012-06-11 09:14:35 +0900 (c4b11e0) @@ -33,16 +33,16 @@ (require 'popwin) (require 'popup) -;;for word-at-point +;; for word-at-point (require 'thingatpt) -;;for spaces-string +;; for spaces-string (require 'rect) -;;json +;; json (require 'json) -;;for ansi-color +;; for ansi-color (require 'ansi-color) (defcustom loga-popup-output-type :auto