Mercurial > emacs
changeset 41999:3ae5a751a34a
(rmail-fontify-buffer-function): Do not use make-local-hook.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 13 Dec 2001 07:52:26 +0000 |
parents | b85c94030e4a |
children | 64cc89c3ae80 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu Dec 13 07:51:46 2001 +0000 +++ b/lisp/mail/rmail.el Thu Dec 13 07:52:26 2001 +0000 @@ -3549,7 +3549,6 @@ (defun rmail-fontify-buffer-function () ;; This function's symbol is bound to font-lock-fontify-buffer-function. - (make-local-hook 'rmail-show-message-hook) (add-hook 'rmail-show-message-hook 'rmail-fontify-message nil t) ;; If we're already showing a message, fontify it now. (if rmail-current-message (rmail-fontify-message))