comparison lisp/ChangeLog @ 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 01b8bd795703
children 3f89cce8b14c
comparison
equal deleted inserted replaced
81011:b0ab0f681d2d 81012:e64f6ae93d03
1 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
2
3 * image.el (image-type-from-file-name, image-type): Simplify.
4 (image-type-auto-detected-p): Don't scan auto-mode-alist.
5
6 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8
1 2007-05-20 Nick Roberts <nickrob@snap.net.nz> 9 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
2 10
3 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there 11 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
4 is an error. 12 is an error.
5 13