From: Richard M. Stallman Date: Wed, 14 Aug 1996 21:32:10 +0000 (+0000) Subject: (html-tag-alist): Fix the entry for "font". X-Git-Tag: emacs-20.1~4077 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e70d78de39f870604460e30bbdc583778153b92;p=emacs.git (html-tag-alist): Fix the entry for "font". --- diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index e3cb71c569e..5b4c5fb52a8 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -886,7 +886,7 @@ This takes effect when first loading the library.") `(("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 "") ("action" ,@(cdr href)) ("method" ("get") ("post"))) ("h1" ,@align)