From: tomo Date: Wed, 20 Dec 2000 06:34:37 +0000 (+0000) Subject: (eword-encode-text): Specify `mode' of `encoded-text-encode-string'. X-Git-Tag: flim-1_14_0~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7176dc88b70f070f18c1d7bbd2f98b25e98b44a9;p=elisp%2Fflim.git (eword-encode-text): Specify `mode' of `encoded-text-encode-string'. --- diff --git a/eword-encode.el b/eword-encode.el index b749715..f075db3 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -71,7 +71,7 @@ CHARSET is a symbol to indicate MIME charset of the encoded-word. ENCODING allows \"B\" or \"Q\". MODE is allows `text', `comment', `phrase' or nil. Default value is `phrase'." - (let ((text (encoded-text-encode-string string encoding))) + (let ((text (encoded-text-encode-string string encoding mode))) (if text (concat "=?" (upcase (symbol-name charset)) "?" encoding "?" text "?=")