aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-07 20:50:15 +0000
committerRichard M. Stallman2003-07-07 20:50:15 +0000
commit7461dcb0fd97b0b6ef56a9caf1cb129292627e1c (patch)
tree62360e8b629d76686abca130f07fe1000514ca34
parent8cd4f01871b769a3c5f3e533c5aa7a1838b1006f (diff)
downloademacs-7461dcb0fd97b0b6ef56a9caf1cb129292627e1c.tar.gz
emacs-7461dcb0fd97b0b6ef56a9caf1cb129292627e1c.zip
(xml-mode): Add autoload cookie.
-rw-r--r--lisp/textmodes/sgml-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index d942c263274..1028bb3122b 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -460,6 +460,7 @@ Do \\[describe-key] on the following bindings to discover what they do.
460 460
461;; Some programs (such as Glade 2) generate XML which has 461;; Some programs (such as Glade 2) generate XML which has
462;; -*- mode: xml -*-. 462;; -*- mode: xml -*-.
463;;;###autoload
463(defalias 'xml-mode 'sgml-mode) 464(defalias 'xml-mode 'sgml-mode)
464 465
465(defun sgml-comment-indent () 466(defun sgml-comment-indent ()