diff lisp/ChangeLog @ 74742:cf3db92fe927

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 19 Dec 2006 09:24:45 +0000
parents 5ac41de0888b
children 9887ae4f4c40
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 19 09:14:00 2006 +0000
+++ b/lisp/ChangeLog	Tue Dec 19 09:24:45 2006 +0000
@@ -1,3 +1,10 @@
+2006-12-19  Kim F. Storm  <storm@cua.dk>
+
+	* files.el (magic-mode-alist): Allow matching file type by
+	calling a function at bob.  Check for image types by calling
+	image-type-from-buffer.  Suggested by Juanma Barranquero.
+	(set-auto-mode): Do it.
+
 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-methods): Introduce new method `scpc'.