[logaling-commit] logaling/logalimacs [master] loga-use-dictionary-option: use defcustom instead of defvar

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 4 15:58:13 JST 2012


yuta yamada	2012-06-04 15:58:13 +0900 (Mon, 04 Jun 2012)

  New Revision: 756f8f1d3d1ed1e4e207f95dc3ce2df40e1d70c2

  Log:
    loga-use-dictionary-option: use defcustom instead of defvar

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+4 -1)
===================================================================
--- logalimacs.el    2012-06-04 15:55:44 +0900 (72dae5c)
+++ logalimacs.el    2012-06-04 15:58:13 +0900 (e3e6d0e)
@@ -90,7 +90,10 @@
   :group 'logalimacs
   :type 'integer)
 
-(defvar loga-use-dictionary-option nil "If nonnil, use --dictionary for lookup option, It can use at more than logaling version 0.1.3")
+(defcustom loga-use-dictionary-option nil
+  "If nonnil, use --dictionary for lookup option, It can use at more than logaling version 0.1.3"
+  :group 'logalimacs
+  :type 'boolean)
 
 (defvar loga-command-alist
   '((?a . :add)




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