diff lisp/nxml/nxml-mode.el @ 105187:064e6af6adba

* nxml/nxml-mode.el: Alias xml-mode to nxml-mode. * textmodes/sgml-mode.el: Remove xml-mode alias. * files.el (auto-mode-alist, conf-mode-maybe) (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 24 Sep 2009 23:22:17 +0000
parents a9dc0e7c3f2b
children cc6727b235b0
line wrap: on
line diff
--- a/lisp/nxml/nxml-mode.el	Thu Sep 24 20:19:58 2009 +0000
+++ b/lisp/nxml/nxml-mode.el	Thu Sep 24 23:22:17 2009 +0000
@@ -2652,6 +2652,9 @@
 (put 'entity-ref 'nxml-friendly-name "entity reference")
 (put 'char-ref 'nxml-friendly-name "character reference")
 
+;;;###autoload
+(defalias 'xml-mode 'nxml-mode)
+
 (provide 'nxml-mode)
 
 ;; arch-tag: 8603bc5f-1ef9-4021-b223-322fb2ca708e