changeset 48686:ee68dbd692ce

(speedbar-highlight-face): Fix face spec.
author Andreas Schwab <schwab@suse.de>
date Thu, 05 Dec 2002 23:01:20 +0000
parents 19bf840bede8
children 5d19e8bc9eb4
files lisp/speedbar.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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."