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:
parent
ace67e7e2d
commit
01e573290d
@ -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…
Reference in New Issue
Block a user