summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-12 05:54:33 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-12 05:54:33 +0000
commitd60ae75ce8d4be85633d45859278169ac3061a6d (patch)
tree15921fce65b647920a63d2aaec2fc714c257256b /lisp/autoinsert.el
parent633d651dee9555b43f4007500b56b827040a8d6a (diff)
downloademacs-d60ae75ce8d4be85633d45859278169ac3061a6d.tar.gz
(auto-insert-alist): For html-mode, use `sgml-tag'.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el10
1 files changed, 1 insertions, 9 deletions
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
- "<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")