From fb359a2b218ca235f4f6d206bf3edfbe7743e764 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 13 Dec 2001 07:52:26 +0000 Subject: [PATCH] (rmail-fontify-buffer-function): Do not use make-local-hook. --- lisp/mail/rmail.el | 1 - 1 file changed, 1 deletion(-) 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." (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)) -- 2.39.2