From: Pavel Janík Date: Thu, 13 Dec 2001 07:55:20 +0000 (+0000) Subject: (rmail-summary-mode): Do not use make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~17750 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c8920d866fdbd49976439da7afc8f45a983535f;p=emacs.git (rmail-summary-mode): Do not use make-local-hook. --- 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)