Mercurial > emacs
changeset 24413:e2c5b1571392
(html-tag-alist): Add /head and /body to the "html" template.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Feb 1999 16:40:13 +0000 |
parents | d11ac02f9d6a |
children | 971efbc0ac2c |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el Fri Feb 26 11:41:17 1999 +0000 +++ b/lisp/textmodes/sgml-mode.el Fri Feb 26 16:40:13 1999 +0000 @@ -1020,10 +1020,13 @@ ("html" (\n "<head>\n" "<title>" (setq str (read-input "Title: ")) "</title>\n" + "</head>\n" "<body>\n<h1>" str "</h1>\n" _ "\n<address>\n<a href=\"mailto:" user-mail-address - "\">" (user-full-name) "</a>\n</address>")) + "\">" (user-full-name) "</a>\n</address>\n" + "</body>" + )) ("i") ("ins") ("isindex" t ("action") ("prompt"))