aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-13 07:55:20 +0000
committerPavel Janík <[email protected]>2001-12-13 07:55:20 +0000
commit9c8920d866fdbd49976439da7afc8f45a983535f (patch)
tree204b33b2deda16b06588ba2017b34ce360b3bfeb /lisp/mail
parent52d4c45ace284a5d3d2b00cd9f4bb27056cc404e (diff)
(rmail-summary-mode): Do not use make-local-hook.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmailsum.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index e6d0565947..c3d686fa72 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)