From: Henrik Enberg Date: Wed, 25 Apr 2007 23:02:49 +0000 (+0000) Subject: (rmail-highlight): New face. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aebc8e62818529ffd5b355fa51ad076965d3c7a3;p=emacs.git (rmail-highlight): New face. (rmail-highlight-face): Use it. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7c3a560c306..0d6d545fd6a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -325,8 +325,14 @@ See also `rmail-highlight-face'." :type 'regexp :group 'rmail-headers) +(defface rmail-highlight + '((t :default highlight)) + "Face to use for highlighting the most important header fields." + :group 'rmail-headers + :version "22.1") + ;;;###autoload -(defcustom rmail-highlight-face 'bold "\ +(defcustom rmail-highlight-face 'rmail-highlight "\ *Face used by Rmail for highlighting sender and subject. See `rmail-font-lock-keywords'." :type '(choice (const :tag "Default" nil)