From 5e70d78de39f870604460e30bbdc583778153b92 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 14 Aug 1996 21:32:10 +0000 Subject: [PATCH] (html-tag-alist): Fix the entry for "font". --- lisp/textmodes/sgml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2