comparison lisp/mail/rmail.el @ 79975:d406577e7480

(rmail-highlight): Fix specification.
author Martin Rudalics <rudalics@gmx.at>
date Thu, 31 Jan 2008 10:39:19 +0000
parents de499b20517a
children d6585ca214bf d4d0381a59d8
comparison
equal deleted inserted replaced
79974:dbb7ee22ff5c 79975:d406577e7480
325 See also `rmail-highlight-face'." 325 See also `rmail-highlight-face'."
326 :type 'regexp 326 :type 'regexp
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")
334 334
335 ;;;###autoload 335 ;;;###autoload