[logaling-commit] logaling/logalimacs [master] fix a typo (defvar -> defcustom)

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 4 15:55:44 JST 2012


yuta yamada	2012-06-04 15:55:44 +0900 (Mon, 04 Jun 2012)

  New Revision: 696566a66322bda20daadd709549f3f5029a1cd6

  Log:
    fix a typo (defvar -> defcustom)

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-04 15:54:29 +0900 (ea87509)
+++ logalimacs.el    2012-06-04 15:55:44 +0900 (72dae5c)
@@ -85,7 +85,7 @@
   :group 'logalimacs
   :type 'integer)
 
-(defvar loga-width-limit-target 0
+(defcustom loga-width-limit-target 0
   "limit of width of target word"
   :group 'logalimacs
   :type 'integer)




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