From: Chong Yidong Date: Mon, 21 Sep 2009 22:12:28 +0000 (+0000) Subject: * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use X-Git-Tag: emacs-pretest-23.1.90~1210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91fdbd6fdc7a68a9832166d4e35e8b0ed31d72e0;p=emacs.git * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use nxml-mode instead of xml-mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d61d838467..56328bbad57 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-09-21 Chong Yidong + + * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use + nxml-mode instead of xml-mode. + 2009-09-21 Kevin Ryde * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) diff --git a/lisp/files.el b/lisp/files.el index b010b08d883..13f907cd411 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2344,7 +2344,7 @@ and `magic-mode-alist', which determines modes based on file contents.") (widen) (goto-char (point-min)) (looking-at "<\\?xml \\|[ \t\r\n]*<\\)"))) (concat "[ \t\r\n]*<" comment-re "*!DOCTYPE "))