Mercurial > emacs
changeset 81012:e64f6ae93d03
* image.el (image-type-from-file-name, image-type): Simplify.
(image-type-auto-detected-p): Don't scan auto-mode-alist.
* files.el (magic-mode-alist): Remove image-type-auto-detected-p.
(magic-fallback-mode-alist): Add image-type-auto-detected-p.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 21 May 2007 16:42:52 +0000 |
parents | b0ab0f681d2d |
children | b808e2e86f98 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 20 20:40:34 2007 +0000 +++ b/lisp/ChangeLog Mon May 21 16:42:52 2007 +0000 @@ -1,3 +1,11 @@ +2007-05-21 Chong Yidong <cyd@stupidchicken.com> + + * image.el (image-type-from-file-name, image-type): Simplify. + (image-type-auto-detected-p): Don't scan auto-mode-alist. + + * files.el (magic-mode-alist): Remove image-type-auto-detected-p. + (magic-fallback-mode-alist): Add image-type-auto-detected-p. + 2007-05-20 Nick Roberts <nickrob@snap.net.nz> * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there