summaryrefslogtreecommitdiff
path: root/lisp/log-view.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-12-31 20:44:44 +0000
committerRichard M. Stallman <rms@gnu.org>2001-12-31 20:44:44 +0000
commit1fd714a4109f5b115bd28142d8c80641eac8f652 (patch)
treea17ba546689260ecb6c04858e2ef1adc3900fc82 /lisp/log-view.el
parent58b64ac7d948b58b5fa0c1b5f7fce04a3f5b2652 (diff)
downloademacs-1fd714a4109f5b115bd28142d8c80641eac8f652.tar.gz
(various face definitions): Use :weight, not :bold.
Diffstat (limited to 'lisp/log-view.el')
-rw-r--r--lisp/log-view.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/log-view.el b/lisp/log-view.el
index bf3945837c9..219359344fa 100644
--- a/lisp/log-view.el
+++ b/lisp/log-view.el
@@ -4,7 +4,7 @@
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: rcs sccs cvs log version-control
-;; Revision: $Id: log-view.el,v 1.11 2001/11/26 16:08:51 spiegel Exp $
+;; Revision: $Id: log-view.el,v 1.12 2001/12/16 16:28:59 monnier Exp $
;; This file is part of GNU Emacs.
@@ -65,8 +65,8 @@
(defface log-view-file-face
'((((class color) (background light))
- (:background "grey70" :bold t))
- (t (:bold t)))
+ (:background "grey70" :weight bold))
+ (t (:weight bold)))
"Face for the file header line in `log-view-mode'."
:group 'log-view)
(defvar log-view-file-face 'log-view-file-face)
@@ -74,7 +74,7 @@
(defface log-view-message-face
'((((class color) (background light))
(:background "grey85"))
- (t (:bold t)))
+ (t (:weight bold)))
"Face for the message header line in `log-view-mode'."
:group 'log-view)
(defvar log-view-message-face 'log-view-message-face)