diff options
| -rw-r--r-- | lisp/mail/rmailsum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index b9cd9b6f4c3..095486d1e63 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -555,8 +555,8 @@ Commands for sorting the summary: | |||
| 555 | (setq rmail-summary-redo nil) | 555 | (setq rmail-summary-redo nil) |
| 556 | (make-local-variable 'revert-buffer-function) | 556 | (make-local-variable 'revert-buffer-function) |
| 557 | (make-local-variable 'post-command-hook) | 557 | (make-local-variable 'post-command-hook) |
| 558 | (make-local-variable 'font-lock-keywords) | 558 | (make-local-variable 'font-lock-defaults) |
| 559 | (setq font-lock-keywords rmail-summary-font-lock-keywords) | 559 | (setq font-lock-defaults '(rmail-summary-font-lock-keywords t)) |
| 560 | (rmail-summary-enable) | 560 | (rmail-summary-enable) |
| 561 | (run-hooks 'rmail-summary-mode-hook)) | 561 | (run-hooks 'rmail-summary-mode-hook)) |
| 562 | 562 | ||