changeset 42001:f6289227c572

(rmail-summary-mode): Do not use make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 13 Dec 2001 07:52:53 +0000
parents 64cc89c3ae80
children 166eb9cc3397
files lisp/mail/rmailsum.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Thu Dec 13 07:52:36 2001 +0000
+++ b/lisp/mail/rmailsum.el	Thu Dec 13 07:52:53 2001 +0000
@@ -748,7 +748,6 @@
   (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)