# HG changeset patch # User Andreas Schwab # Date 1039129280 0 # Node ID ee68dbd692ce429c50c68fc2a58596958670fa61 # Parent 19bf840bede83052ab5b40ce9fffbfdad490d81c (speedbar-highlight-face): Fix face spec. diff -r 19bf840bede8 -r ee68dbd692ce lisp/speedbar.el --- 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."