summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-12-05 23:02:40 +0000
committerAndreas Schwab <schwab@suse.de>2002-12-05 23:02:40 +0000
commitf8532c555aa0874716fff40a1fdffa5b62178a99 (patch)
tree4b4c8d5f0a8fa2f680954b960138d225c8d7dbd6 /lisp/speedbar.el
parent43eaf8f7c2625a731adaec5b37aa7e710d57610e (diff)
downloademacs-f8532c555aa0874716fff40a1fdffa5b62178a99.tar.gz
(speedbar-highlight-face): Fix face spec.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el4
1 files changed, 2 insertions, 2 deletions
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."