]> git.eshelyaron.com Git - emacs.git/commitdiff
(xml-mode): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 2003 20:50:15 +0000 (20:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 2003 20:50:15 +0000 (20:50 +0000)
lisp/textmodes/sgml-mode.el

index d942c26327431ba27769f54b3890cf84635c1145..1028bb3122bd1cb912d416b84611962f51549abd 100644 (file)
@@ -460,6 +460,7 @@ Do \\[describe-key] on the following bindings to discover what they do.
 
 ;; Some programs (such as Glade 2) generate XML which has
 ;; -*- mode: xml -*-.
+;;;###autoload
 (defalias 'xml-mode 'sgml-mode)
 
 (defun sgml-comment-indent ()