null+****@clear*****
null+****@clear*****
Mon Jun 4 15:21:25 JST 2012
yuta yamada 2012-06-04 15:21:25 +0900 (Mon, 04 Jun 2012) New Revision: 788a4d22b2fa9bc6414be7e4a24b4a2c32ea59b5 Log: use defcustom instead of defvar(loga-possible-json-p) Modified files: logalimacs.el Modified: logalimacs.el (+6 -1) =================================================================== --- logalimacs.el 2012-04-13 01:43:44 +0900 (856e355) +++ logalimacs.el 2012-06-04 15:21:25 +0900 (c41d91f) @@ -48,7 +48,12 @@ (defvar loga-fly-mode-interval 1 "timer-valiable for loga-fly-mode, credit par sec.") (defvar loga-fly-timer nil) -(defvar loga-possible-json-p nil) + +(defcustom loga-possible-json-p nil + "whether the popup correspond to json type" + :group 'logalimacs + :type 'boolean) + (defvar loga-popup-margin 0) (defvar loga-word-cache-limit 10) (defvar loga-word-cache nil "cache word used by loga-lookup")