From: Andreas Schwab Date: Thu, 5 Dec 2002 23:02:40 +0000 (+0000) Subject: (speedbar-highlight-face): Fix face spec. X-Git-Tag: ttn-vms-21-2-B4~12141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8532c555aa0874716fff40a1fdffa5b62178a99;p=emacs.git (speedbar-highlight-face): Fix face spec. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4830ced892..07c78c1b4ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-12-05 Andreas Schwab + + * speedbar.el (speedbar-highlight-face): Fix face spec. + 2002-12-05 Stefan Monnier * calendar/calendar.el (facemenu-unlisted-faces): Only update diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 9b551fc0794..0781c4707b3 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -4174,10 +4174,10 @@ TEXT is the buffer's name, TOKEN and INDENT are unused." (:background "green")) (((class color) (background dark)) (:background "sea green")) - (((class grayscale monochrome) + (((class grayscale mono) (background light)) (:background "black")) - (((class grayscale monochrome) + (((class grayscale mono) (background dark)) (:background "white"))) "Face used for highlighting buttons with the mouse."