aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorMartin Rudalics2008-01-31 10:40:14 +0000
committerMartin Rudalics2008-01-31 10:40:14 +0000
commit01e573290dceccfe5d79cb72abf4a7140226fc3f (patch)
tree276e1a03af5a20d963fc2f7fcba5c28d14d66684 /lisp/mail
parentace67e7e2d2824ca57039f4ba9c15ef9a2602056 (diff)
downloademacs-01e573290dceccfe5d79cb72abf4a7140226fc3f.tar.gz
emacs-01e573290dceccfe5d79cb72abf4a7140226fc3f.zip
(rmail-highlight): Fix specification.
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")