diff options
| author | Martin Rudalics | 2008-01-31 10:40:14 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-01-31 10:40:14 +0000 |
| commit | 01e573290dceccfe5d79cb72abf4a7140226fc3f (patch) | |
| tree | 276e1a03af5a20d963fc2f7fcba5c28d14d66684 /lisp/mail | |
| parent | ace67e7e2d2824ca57039f4ba9c15ef9a2602056 (diff) | |
| download | emacs-01e573290dceccfe5d79cb72abf4a7140226fc3f.tar.gz emacs-01e573290dceccfe5d79cb72abf4a7140226fc3f.zip | |
(rmail-highlight): Fix specification.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
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") |