From 7176dc88b70f070f18c1d7bbd2f98b25e98b44a9 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 20 Dec 2000 06:34:37 +0000 Subject: [PATCH] (eword-encode-text): Specify `mode' of `encoded-text-encode-string'. --- eword-encode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "?=") -- 1.7.10.4