diff lisp/mail/rmailsum.el @ 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 c97b4697abed
children 21de4f4cda23
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)