null+****@clear*****
null+****@clear*****
Mon Jun 4 15:41:26 JST 2012
yuta yamada 2012-06-04 15:41:26 +0900 (Mon, 04 Jun 2012) New Revision: 0e9db43609cb1a3a2c54002f74f7273df1b62bf1 Log: use defcustom instead of defvar(loga-popup-margin) Modified files: logalimacs.el Modified: logalimacs.el (+5 -1) =================================================================== --- logalimacs.el 2012-06-04 15:38:28 +0900 (e04f862) +++ logalimacs.el 2012-06-04 15:41:26 +0900 (d0b001f) @@ -64,7 +64,11 @@ :group 'logalimacs :type 'boolean) -(defvar loga-popup-margin 0) +(defcustom loga-popup-margin 0 + "margin variable for popup-tip" + :group 'logalimacs + :type 'integer) + (defvar loga-word-cache-limit 10) (defvar loga-word-cache nil "cache word used by loga-lookup") (defvar loga-current-command nil "get executed current command-name and symbol")