From 7461dcb0fd97b0b6ef56a9caf1cb129292627e1c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jul 2003 20:50:15 +0000 Subject: [PATCH] (xml-mode): Add autoload cookie. --- lisp/textmodes/sgml-mode.el | 1 + 1 file changed, 1 insertion(+) 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 () -- 2.39.2