X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=eword-encode.el;h=f075db3fc680af6e4e7d96b7f6920c9c683bede6;hb=76d32541da1e77719cd975f13bd2ab6b42fc845f;hp=b749715d6e9d21f0ee293d95c93a3a5b35d1ba9d;hpb=b603d31771ea3c30f82bc423c15036eb922195dc;p=elisp%2Fflim.git 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 "?=")