(speedbar-highlight-face): Fix face spec.
This commit is contained in:
parent
43eaf8f7c2
commit
f8532c555a
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue