From: Richard M. Stallman Date: Fri, 26 Feb 1999 16:40:13 +0000 (+0000) Subject: (html-tag-alist): Add /head and /body to the "html" template. X-Git-Tag: emacs-20.4~536 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e532c5c1f932cf62212b66ad07e28235d4b871d;p=emacs.git (html-tag-alist): Add /head and /body to the "html" template. --- 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"))