aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/speedbar.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a4830ced892..07c78c1b4ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-12-05 Andreas Schwab <schwab@suse.de>
2
3 * speedbar.el (speedbar-highlight-face): Fix face spec.
4
12002-12-05 Stefan Monnier <monnier@cs.yale.edu> 52002-12-05 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * calendar/calendar.el (facemenu-unlisted-faces): Only update 7 * calendar/calendar.el (facemenu-unlisted-faces): Only update
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."
4174 (:background "green")) 4174 (:background "green"))
4175 (((class color) (background dark)) 4175 (((class color) (background dark))
4176 (:background "sea green")) 4176 (:background "sea green"))
4177 (((class grayscale monochrome) 4177 (((class grayscale mono)
4178 (background light)) 4178 (background light))
4179 (:background "black")) 4179 (:background "black"))
4180 (((class grayscale monochrome) 4180 (((class grayscale mono)
4181 (background dark)) 4181 (background dark))
4182 (:background "white"))) 4182 (:background "white")))
4183 "Face used for highlighting buttons with the mouse." 4183 "Face used for highlighting buttons with the mouse."