(eword-encode-text): Specify `mode' of `encoded-text-encode-string'.
authortomo <tomo>
Wed, 20 Dec 2000 06:34:37 +0000 (06:34 +0000)
committertomo <tomo>
Wed, 20 Dec 2000 06:34:37 +0000 (06:34 +0000)
eword-encode.el

index b749715..f075db3 100644 (file)
@@ -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 "?=")