1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00

* 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.
This commit is contained in:
Chong Yidong 2009-09-24 23:22:17 +00:00
parent 0a218d34a2
commit e477ca8496
4 changed files with 16 additions and 8 deletions

View file

@ -495,11 +495,6 @@ Do \\[describe-key] on the following bindings to discover what they do.
"\\)\\(" 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))