[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, v [EMACS_22_BASE]
From: |
Martin Rudalics |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, v [EMACS_22_BASE] |
Date: |
Thu, 31 Jan 2008 10:39:20 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Martin Rudalics <m061211> 08/01/31 10:39:19
Index: rmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/rmail.el,v
retrieving revision 1.433.2.8
retrieving revision 1.433.2.9
diff -u -b -r1.433.2.8 -r1.433.2.9
--- rmail.el 7 Jan 2008 01:49:43 -0000 1.433.2.8
+++ rmail.el 31 Jan 2008 10:39:19 -0000 1.433.2.9
@@ -327,7 +327,7 @@
: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")