diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-31 20:44:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-31 20:44:44 +0000 |
commit | 1fd714a4109f5b115bd28142d8c80641eac8f652 (patch) | |
tree | a17ba546689260ecb6c04858e2ef1adc3900fc82 /lisp/speedbar.el | |
parent | 58b64ac7d948b58b5fa0c1b5f7fce04a3f5b2652 (diff) | |
download | emacs-1fd714a4109f5b115bd28142d8c80641eac8f652.tar.gz |
(various face definitions): Use :weight, not :bold.
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) |