diff lisp/speedbar.el @ 48686:ee68dbd692ce

(speedbar-highlight-face): Fix face spec.
author Andreas Schwab <schwab@suse.de>
date Thu, 05 Dec 2002 23:01:20 +0000
parents d2b6a3d52d08
children 376c832d1ca7
line wrap: on
line diff
--- a/lisp/speedbar.el	Thu Dec 05 21:45:11 2002 +0000
+++ b/lisp/speedbar.el	Thu Dec 05 23:01:20 2002 +0000
@@ -4174,10 +4174,10 @@
 				    (: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."