1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(rmail-highlight): Fix specification.

This commit is contained in:
Martin Rudalics 2008-01-31 10:40:14 +00:00
parent ace67e7e2d
commit 01e573290d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-01-31 Martin Rudalics <rudalics@gmx.at>
* mail/rmail.el (rmail-highlight): Fix specification.
Reported by: pod <pod@herald.ox.ac.uk>.
2008-01-31 Jason Rumney <jasonr@gnu.org>
* term/w32-win.el (image-library-alist): Prefer libxpm.dll.

View File

@ -327,7 +327,7 @@ See also `rmail-highlight-face'."
:group 'rmail-headers)
(defface rmail-highlight
'((t :default highlight))
'((t (:inherit highlight)))
"Face to use for highlighting the most important header fields."
:group 'rmail-headers
:version "22.1")