From: Chong Yidong Date: Fri, 9 Feb 2007 16:50:00 +0000 (+0000) Subject: (magic-mode-alist): Call image-mode instead of image-mode-maybe for X-Git-Tag: emacs-pretest-22.0.94~327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3f83992c5a80eb0cf64797a62e30854f7d95f1a;p=emacs.git (magic-mode-alist): Call image-mode instead of image-mode-maybe for autodetected images. --- diff --git a/lisp/files.el b/lisp/files.el index 139585368ff..36f9e0353fb 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2127,7 +2127,7 @@ of the regular expression. The mode is then determined as the mode associated with that interpreter in `interpreter-mode-alist'.") (defvar magic-mode-alist - `((image-type-auto-detected-p . image-mode-maybe) + `((image-type-auto-detected-p . image-mode) ;; The < comes before the groups (but the first) to reduce backtracking. ;; TODO: UTF-16