From 9c8920d866fdbd49976439da7afc8f45a983535f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 13 Dec 2001 07:55:20 +0000 Subject: [PATCH] (rmail-summary-mode): Do not use make-local-hook. --- lisp/ChangeLog | 8 ++++++++ lisp/mail/rmailsum.el | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3585bae4146..0bc08b867ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-12-13 Pavel Jan,Bm(Bk + + * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. + + * mail/rmail.el (rmail-fontify-buffer-function): Likewise. + + * mail/rmailsum.el (rmail-summary-mode): Likewise. + 2001-12-13 Richard M. Stallman * simple.el (undo): Always set this-command to `undo', diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index e6d05659473..c3d686fa72b 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -748,7 +748,6 @@ Commands for sorting the summary: (make-local-variable 'rmail-summary-redo) (setq rmail-summary-redo nil) (make-local-variable 'revert-buffer-function) - (make-local-hook 'post-command-hook) (make-local-variable 'font-lock-defaults) (setq font-lock-defaults '(rmail-summary-font-lock-keywords t)) (rmail-summary-enable) -- 2.39.5