mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
b6fda8fc58
commit
5b5dafd2cb
5 changed files with 13 additions and 9 deletions
|
|
@ -1479,7 +1479,7 @@ be determined."
|
|||
;; 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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue