(eword-encode): Switch to variable.
authortomo <tomo>
Tue, 19 Dec 2000 07:12:19 +0000 (07:12 +0000)
committertomo <tomo>
Tue, 19 Dec 2000 07:12:19 +0000 (07:12 +0000)
eword-encode.el

index c4cde05..6ca5116 100644 (file)
@@ -579,10 +579,8 @@ MODE is allows `text', `comment', `phrase' or nil.  Default value is
 ;;; @ application interfaces
 ;;;
 
-(defcustom eword-encode-default-start-column 10
-  "Default start column if it is omitted."
-  :group 'eword-encode
-  :type 'integer)
+(defvar eword-encode-default-start-column 10
+  "Default start column if it is omitted.")
 
 (defun eword-encode-string (string &optional column mode)
   "Encode STRING as encoded-words, and return the result.