]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-highlight): New face.
authorHenrik Enberg <henrik.enberg@telia.com>
Wed, 25 Apr 2007 23:02:49 +0000 (23:02 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Wed, 25 Apr 2007 23:02:49 +0000 (23:02 +0000)
(rmail-highlight-face): Use it.

lisp/mail/rmail.el

index 7c3a560c306cea4d29f4fe46b9073586d80cd060..0d6d545fd6a4a17ca3efa5ea5cc2109962e7e446 100644 (file)
@@ -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)