Synch to No Gnus 200506270911.
[elisp/gnus.git-] / lisp / gnus-art.el
index 12b8bff..d54d545 100644 (file)
@@ -4762,7 +4762,7 @@ Compressed files like .gz and .bz2 are decompressed."
                 (and charset
                      (setq coding-system
                            (mm-charset-to-coding-system charset))
-                     (not (eq charset 'ascii))))
+                     (not (eq coding-system 'ascii))))
             (mm-decode-coding-string contents coding-system)
           (mm-string-to-multibyte contents)))
        (goto-char b)))))