From 56335b0b42dcfa797b788d72123b06e90ba77759 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 12 Dec 2005 02:05:55 +0000 Subject: [PATCH] Synch to No Gnus 200512120205. --- lisp/rfc2047.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/rfc2047.el b/lisp/rfc2047.el index 130af04..559c2a8 100644 --- a/lisp/rfc2047.el +++ b/lisp/rfc2047.el @@ -806,7 +806,7 @@ If your Emacs implementation can't decode CHARSET, return nil." (cond ((eq cs 'ascii) (setq cs (or (mm-charset-to-coding-system mail-parse-charset) 'raw-text))) - ((mm-coding-system-p cs)) + ((setq cs (mm-coding-system-p cs))) ((and charset (listp mail-parse-ignored-charsets) (memq 'gnus-unknown mail-parse-ignored-charsets)) -- 1.7.10.4