From: Richard M. Stallman Date: Mon, 7 Jul 2003 20:50:15 +0000 (+0000) Subject: (xml-mode): Add autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~9452 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7461dcb0fd97b0b6ef56a9caf1cb129292627e1c;p=emacs.git (xml-mode): Add autoload cookie. --- 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. ;; Some programs (such as Glade 2) generate XML which has ;; -*- mode: xml -*-. +;;;###autoload (defalias 'xml-mode 'sgml-mode) (defun sgml-comment-indent ()