]> git.eshelyaron.com Git - emacs.git/commitdiff
(speedbar-highlight-face): Fix face spec.
authorAndreas Schwab <schwab@suse.de>
Thu, 5 Dec 2002 23:02:40 +0000 (23:02 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 5 Dec 2002 23:02:40 +0000 (23:02 +0000)
lisp/ChangeLog
lisp/speedbar.el

index a4830ced8924b097d9b2e4e137d8480b52c693c2..07c78c1b4ce0e98d81bf265bd25d69c867209c92 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-05  Andreas Schwab  <schwab@suse.de>
+
+       * speedbar.el (speedbar-highlight-face): Fix face spec.
+
 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
 
        * calendar/calendar.el (facemenu-unlisted-faces): Only update
index 9b551fc0794cb18aa5de7b0e42f42b9e62a08c97..0781c4707b3247b344daa9df2aa858015842911f 100644 (file)
@@ -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."