From b447c934c40f3bbbd08ae7ebd8b2fb71e1afbd37 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 21 May 2007 16:42:52 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c39de6bd44e..399a12cab97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-05-21 Chong Yidong + + * 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 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there -- 2.39.2