Mercurial > emacs
changeset 51795:cd4ac91f52c9
(xml-mode): Add autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Jul 2003 20:50:15 +0000 |
parents | 8a7816e7f5bd |
children | 09e60f24d0c4 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el Mon Jul 07 20:49:02 2003 +0000 +++ b/lisp/textmodes/sgml-mode.el Mon Jul 07 20:50:15 2003 +0000 @@ -460,6 +460,7 @@ ;; Some programs (such as Glade 2) generate XML which has ;; -*- mode: xml -*-. +;;;###autoload (defalias 'xml-mode 'sgml-mode) (defun sgml-comment-indent ()