mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -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:
parent
0a218d34a2
commit
e477ca8496
4 changed files with 16 additions and 8 deletions
|
|
@ -2652,6 +2652,9 @@ With a prefix argument, inserts the character directly."
|
|||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue