]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-alist): For html-mode, use `sgml-tag'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 12 Jan 1996 05:54:33 +0000 (05:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 12 Jan 1996 05:54:33 +0000 (05:54 +0000)
lisp/autoinsert.el

index c6aab8ff11c0913d13f3a23782f40598e3a14dd5..19d85390b60998734df370aebd23f304e11a624a 100644 (file)
@@ -86,15 +86,7 @@ If this contains a %s, that will be replaced by the matching rule.")
 
     ("[Mm]akefile\\'" . "makefile.inc")
 
-    ("\\.html\\'"
-     nil
-     "<html>\n"
-     "<head>\n"
-     "<title>" _ "</title>\n"
-     "</head>\n"
-     "<body>\n\n"
-     "</body>\n"
-     "</html>")
+    (html-mode . (lambda () (sgml-tag "html")))
     
     (plain-tex-mode . "tex-insert.tex")
     (bibtex-mode . "tex-insert.tex")