From: Richard M. Stallman Date: Fri, 12 Jan 1996 05:54:33 +0000 (+0000) Subject: (auto-insert-alist): For html-mode, use `sgml-tag'. X-Git-Tag: emacs-19.34~1707 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d60ae75ce8d4be85633d45859278169ac3061a6d;p=emacs.git (auto-insert-alist): For html-mode, use `sgml-tag'. --- diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index c6aab8ff11c..19d85390b60 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -86,15 +86,7 @@ If this contains a %s, that will be replaced by the matching rule.") ("[Mm]akefile\\'" . "makefile.inc") - ("\\.html\\'" - nil - "\n" - "\n" - "" _ "\n" - "\n" - "\n\n" - "\n" - "") + (html-mode . (lambda () (sgml-tag "html"))) (plain-tex-mode . "tex-insert.tex") (bibtex-mode . "tex-insert.tex")