mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
This commit is contained in:
parent
54e26eaa1f
commit
d16df57356
1 changed files with 2 additions and 2 deletions
|
|
@ -555,8 +555,8 @@ Commands for sorting the summary:
|
|||
(setq rmail-summary-redo nil)
|
||||
(make-local-variable 'revert-buffer-function)
|
||||
(make-local-variable 'post-command-hook)
|
||||
(make-local-variable 'font-lock-keywords)
|
||||
(setq font-lock-keywords rmail-summary-font-lock-keywords)
|
||||
(make-local-variable 'font-lock-defaults)
|
||||
(setq font-lock-defaults '(rmail-summary-font-lock-keywords t))
|
||||
(rmail-summary-enable)
|
||||
(run-hooks 'rmail-summary-mode-hook))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue