diff options
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index d60d38a8275..5a01717a19b 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -4146,7 +4146,7 @@ TEXT is the buffer's name, TOKEN and INDENT are unused." (:foreground "cyan4")) (((class color) (background dark)) (:foreground "cyan")) - (t (:bold t))) + (t (:weight bold))) "Face used for file names." :group 'speedbar-faces) |