From 5e532c5c1f932cf62212b66ad07e28235d4b871d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Feb 1999 16:40:13 +0000 Subject: [PATCH] (html-tag-alist): Add /head and /body to the "html" template. --- lisp/textmodes/sgml-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 5e7e7d95f9b..e7c38df5629 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -1020,10 +1020,13 @@ This takes effect when first loading the library.") ("html" (\n "\n" "" (setq str (read-input "Title: ")) "\n" + "\n" "\n

" str "

\n" _ "\n
\n" (user-full-name) "\n
")) + "\">" (user-full-name) "\n\n" + "" + )) ("i") ("ins") ("isindex" t ("action") ("prompt")) -- 2.39.2