Mercurial > emacs
changeset 75742:9e0d422392c4
* image-mode.el (image-mode): Revert 2007-01-30 changes.
* image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
(image-type-auto-detected-p): Fail if another match is found in
auto-mode-alist.
* files.el (magic-mode-alist): Call image-mode instead of
image-mode-maybe for autodetected images.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 09 Feb 2007 16:49:29 +0000 |
parents | 1eede1bab6da |
children | 83d10550e0c7 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Feb 09 16:34:24 2007 +0000 +++ b/lisp/ChangeLog Fri Feb 09 16:49:29 2007 +0000 @@ -1,3 +1,14 @@ +2007-02-09 Chong Yidong <cyd@stupidchicken.com> + + * image-mode.el (image-mode): Revert 2007-01-30 changes. + + * image.el (image-type-auto-detectable): Don't autodetect x[pb]m. + (image-type-auto-detected-p): Fail if another match is found in + auto-mode-alist. + + * files.el (magic-mode-alist): Call image-mode instead of + image-mode-maybe for autodetected images. + 2007-02-09 Juanma Barranquero <lekktu@gmail.com> * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):