From: tomo Date: Tue, 19 Dec 2000 07:12:19 +0000 (+0000) Subject: (eword-encode): Switch to variable. X-Git-Tag: flim-1_14_0~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e767dd848231092ee8727a140f037420674278cd;p=elisp%2Fflim.git (eword-encode): Switch to variable. --- diff --git a/eword-encode.el b/eword-encode.el index c4cde05..6ca5116 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -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.