aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/mail/rmailsum.el1
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3585bae414..0bc08b867c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-13 Pavel Jan,Bm(Bk <[email protected]>
+
+ * 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 <[email protected]>
* simple.el (undo): Always set this-command to `undo',
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)