Synch to No Gnus 200602201129.
authoryamaoka <yamaoka>
Mon, 20 Feb 2006 11:29:33 +0000 (11:29 +0000)
committeryamaoka <yamaoka>
Mon, 20 Feb 2006 11:29:33 +0000 (11:29 +0000)
lisp/ChangeLog
lisp/rfc2047.el

index e7c7b23..463e5a2 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
+       coding system which mm-charset-to-coding-system returns for a
+       given charset is valid.
+
 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * html2text.el (html2text-remove-tag-list):
index ef2ff11..419dfd4 100644 (file)
@@ -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)))
-         ((setq cs (mm-coding-system-p cs)))
+         ((mm-coding-system-p cs))
          ((and charset
                (listp mail-parse-ignored-charsets)
                (memq 'gnus-unknown mail-parse-ignored-charsets))