summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2008-02-01 03:01:11 +0000
committerMiles Bader <miles@gnu.org>2008-02-01 03:01:11 +0000
commita9989764a4d54bf58381d5c3902e575bdf314245 (patch)
tree6f73ad319c1d0d87167f347b9b9d4c8f7181eb88 /lisp/mail
parent6498c4b170e8a143f02913ec523e3b84ab11790c (diff)
parent5c1f16b06eaa73689a062dcbdfa7f04169e29eed (diff)
downloademacs-a9989764a4d54bf58381d5c3902e575bdf314245.tar.gz
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-329
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 359088ec2e7..7ea89ab84bf 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -332,7 +332,7 @@ See also `rmail-highlight-face'."
:group 'rmail-headers)
(defface rmail-highlight
- '((t :default highlight))
+ '((t (:inherit highlight)))
"Face to use for highlighting the most important header fields."
:group 'rmail-headers
:version "22.1")