(rmail-highlight): Fix specification.
This commit is contained in:
parent
ace67e7e2d
commit
01e573290d
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue