From: Jason Rumney Date: Wed, 31 Jan 2007 12:37:29 +0000 (+0000) Subject: (magic-mode-alist): Use image-mode-maybe rather than X-Git-Tag: emacs-pretest-22.0.94~484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8a84e5ba2b9472552ca6034cdb5a5b71019ea44;p=emacs.git (magic-mode-alist): Use image-mode-maybe rather than image-mode. --- diff --git a/lisp/files.el b/lisp/files.el index 36f9e0353fb..139585368ff 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) + `((image-type-auto-detected-p . image-mode-maybe) ;; The < comes before the groups (but the first) to reduce backtracking. ;; TODO: UTF-16