diff lisp/gnus/mm-decode.el @ 110635:6c6f3972c99c

Fix comments; remove Emacs 21 stuff. mail-source.el (mail-source-report-new-mail) message.el (message-default-mail-headers) mm-decode.el (mm-valid-image-format-p): Comment fix. mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 28 Sep 2010 12:35:18 +0000
parents b6d2a63ad993
children 2b8ece636433
line wrap: on
line diff
--- a/lisp/gnus/mm-decode.el	Tue Sep 28 11:47:12 2010 +0000
+++ b/lisp/gnus/mm-decode.el	Tue Sep 28 12:35:18 2010 +0000
@@ -1479,7 +1479,7 @@
    ;; Handle XEmacs
    ((fboundp 'valid-image-instantiator-format-p)
     (valid-image-instantiator-format-p format))
-   ;; Handle Emacs 21
+   ;; Handle Emacs
    ((fboundp 'image-type-available-p)
     (and (display-graphic-p)
 	 (image-type-available-p format)))