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:
21a6851
)
(eword-encode-mailbox-to-rword-list): Fix problem in
author
morioka
<morioka>
Sun, 29 Nov 1998 14:12:41 +0000
(14:12 +0000)
committer
morioka
<morioka>
Sun, 29 Nov 1998 14:12:41 +0000
(14:12 +0000)
`eword-encode-addresses-to-rword-list'.
eword-encode.el
patch
|
blob
|
history
diff --git
a/eword-encode.el
b/eword-encode.el
index
e0c6ba5
..
80d2ee6
100644
(file)
--- a/
eword-encode.el
+++ b/
eword-encode.el
@@
-506,7
+506,7
@@
MODE is allows `text', `comment', `phrase' or nil. Default value is
'((" " nil nil)
("(" nil nil))
(eword-encode-split-string comment 'comment)
- '((")" nil nil))
+ (list '(")" nil nil))
)))
dest))