1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00

* 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.
This commit is contained in:
Chong Yidong 2007-05-21 16:42:52 +00:00
parent 993cf2b1d9
commit b447c934c4

View file

@ -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