Mercurial > emacs
changeset 15867:0347f6e5791f
(html-tag-alist): Fix the entry for "font".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Aug 1996 21:32:10 +0000 |
parents | 6f4cccfec044 |
children | 6d13c67eb868 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/sgml-mode.el Wed Aug 14 20:43:03 1996 +0000 +++ b/lisp/textmodes/sgml-mode.el Wed Aug 14 21:32:10 1996 +0000 @@ -886,7 +886,7 @@ `(("a" ,name ,@link) ("base" t ,@href) ("dir" ,@list) - ("font" "size" ("-1") ("+1") ("-2") ("+2") ,@(cdr (cdr 1-9))) + ("font" ("size" ("-1") ("+1") ("-2") ("+2") ,@(cdr (cdr 1-9)))) ("form" (\n _ \n "<input type=\"submit\" value=\"\">") ("action" ,@(cdr href)) ("method" ("get") ("post"))) ("h1" ,@align)