aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
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 e9cfc7d4216..b3a234a6210 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -327,7 +327,7 @@ See also `rmail-highlight-face'."
327 :group 'rmail-headers) 327 :group 'rmail-headers)
328 328
329(defface rmail-highlight 329(defface rmail-highlight
330 '((t :default highlight)) 330 '((t (:inherit highlight)))
331 "Face to use for highlighting the most important header fields." 331 "Face to use for highlighting the most important header fields."
332 :group 'rmail-headers 332 :group 'rmail-headers
333 :version "22.1") 333 :version "22.1")