diff options
| -rw-r--r-- | lisp/mail/rmail.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 46a005d74ac..8da949e59c3 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -3549,7 +3549,6 @@ This has an effect only if a summary buffer exists." | |||
| 3549 | 3549 | ||
| 3550 | (defun rmail-fontify-buffer-function () | 3550 | (defun rmail-fontify-buffer-function () |
| 3551 | ;; This function's symbol is bound to font-lock-fontify-buffer-function. | 3551 | ;; This function's symbol is bound to font-lock-fontify-buffer-function. |
| 3552 | (make-local-hook 'rmail-show-message-hook) | ||
| 3553 | (add-hook 'rmail-show-message-hook 'rmail-fontify-message nil t) | 3552 | (add-hook 'rmail-show-message-hook 'rmail-fontify-message nil t) |
| 3554 | ;; If we're already showing a message, fontify it now. | 3553 | ;; If we're already showing a message, fontify it now. |
| 3555 | (if rmail-current-message (rmail-fontify-message)) | 3554 | (if rmail-current-message (rmail-fontify-message)) |