From 1fd714a4109f5b115bd28142d8c80641eac8f652 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 Dec 2001 20:44:44 +0000 Subject: (various face definitions): Use :weight, not :bold. --- lisp/speedbar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/speedbar.el') 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) -- cgit v1.2.1