diff lisp/textmodes/sgml-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 c730723a8c88
children 5784286c9609
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el	Thu Sep 24 20:19:58 2009 +0000
+++ b/lisp/textmodes/sgml-mode.el	Thu Sep 24 23:22:17 2009 +0000
@@ -495,11 +495,6 @@
 		    "\\)\\(" sgml-name-re "\\)\\1")
 	   2))))
 
-;; Some programs (such as Glade 2) generate XML which has
-;; -*- mode: xml -*-.
-;;;###autoload
-(defalias 'xml-mode 'sgml-mode)
-
 (defun sgml-comment-indent ()
   (if (looking-at "--") comment-column 0))