From: morioka Date: Sun, 29 Nov 1998 14:12:41 +0000 (+0000) Subject: (eword-encode-mailbox-to-rword-list): Fix problem in X-Git-Tag: flim-1_12-199811302358~10 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd579e2df712548cedbc85c464625ce51815f221;p=elisp%2Fflim.git (eword-encode-mailbox-to-rword-list): Fix problem in `eword-encode-addresses-to-rword-list'. --- diff --git a/eword-encode.el b/eword-encode.el index e0c6ba5..80d2ee6 100644 --- 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))