comparison lisp/mail/rmail.el @ 91373:924fe8b4e375

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-329
author Miles Bader <miles@gnu.org>
date Fri, 01 Feb 2008 03:01:11 +0000
parents c70e45a7acfd d4d0381a59d8
children 119a8eeef82f
comparison
equal deleted inserted replaced
91372:f38e85dfd4e3 91373:924fe8b4e375
330 See also `rmail-highlight-face'." 330 See also `rmail-highlight-face'."
331 :type 'regexp 331 :type 'regexp
332 :group 'rmail-headers) 332 :group 'rmail-headers)
333 333
334 (defface rmail-highlight 334 (defface rmail-highlight
335 '((t :default highlight)) 335 '((t (:inherit highlight)))
336 "Face to use for highlighting the most important header fields." 336 "Face to use for highlighting the most important header fields."
337 :group 'rmail-headers 337 :group 'rmail-headers
338 :version "22.1") 338 :version "22.1")
339 339
340 ;;;###autoload 340 ;;;###autoload