Mercurial > emacs
changeset 79975:d406577e7480
(rmail-highlight): Fix specification.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Thu, 31 Jan 2008 10:39:19 +0000 |
parents | dbb7ee22ff5c |
children | 3a510f187fc4 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu Jan 31 08:14:23 2008 +0000 +++ b/lisp/mail/rmail.el Thu Jan 31 10:39:19 2008 +0000 @@ -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")