projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3441731
)
(eword-encode-text): Specify `mode' of `encoded-text-encode-string'.
author
tomo
<tomo>
Wed, 20 Dec 2000 06:34:37 +0000
(06:34 +0000)
committer
tomo
<tomo>
Wed, 20 Dec 2000 06:34:37 +0000
(06:34 +0000)
eword-encode.el
patch
|
blob
|
history
diff --git
a/eword-encode.el
b/eword-encode.el
index
b749715
..
f075db3
100644
(file)
--- 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 "?=")