[logaling-commit] logaling/logalimacs [master] use defcustom instead of defvar(loga-width-limit-source)

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 4 15:48:17 JST 2012


yuta yamada	2012-06-04 15:48:17 +0900 (Mon, 04 Jun 2012)

  New Revision: aeda9a69b46f623b68c6baac427331cbb34516ec

  Log:
    use defcustom instead of defvar(loga-width-limit-source)

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+6 -1)
===================================================================
--- logalimacs.el    2012-06-04 15:45:29 +0900 (d5ebad6)
+++ logalimacs.el    2012-06-04 15:48:17 +0900 (9f29716)
@@ -79,7 +79,12 @@
 (defvar loga-current-endpoint nil "store current endpoint symbol")
 (defvar loga-current-max-length nil)
 (defvar loga-base-buffer nil)
-(defvar loga-width-limit-source 30)
+
+(defcustom loga-width-limit-source 30
+  "limit of width of source"
+  :group 'logalimacs
+  :type 'integer)
+
 (defvar loga-width-limit-target 0)
 (defvar loga-use-dictionary-option nil "If nonnil, use --dictionary for lookup option, It can use at more than logaling version 0.1.3")
 




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