aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-13 07:55:20 +0000
committerPavel Janík2001-12-13 07:55:20 +0000
commit9c8920d866fdbd49976439da7afc8f45a983535f (patch)
tree204b33b2deda16b06588ba2017b34ce360b3bfeb
parent52d4c45ace284a5d3d2b00cd9f4bb27056cc404e (diff)
downloademacs-9c8920d866fdbd49976439da7afc8f45a983535f.tar.gz
emacs-9c8920d866fdbd49976439da7afc8f45a983535f.zip
(rmail-summary-mode): Do not use make-local-hook.
-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 3585bae4146..0bc08b867ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
4
5 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
6
7 * mail/rmailsum.el (rmail-summary-mode): Likewise.
8
12001-12-13 Richard M. Stallman <rms@gnu.org> 92001-12-13 Richard M. Stallman <rms@gnu.org>
2 10
3 * simple.el (undo): Always set this-command to `undo', 11 * 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:
748 (make-local-variable 'rmail-summary-redo) 748 (make-local-variable 'rmail-summary-redo)
749 (setq rmail-summary-redo nil) 749 (setq rmail-summary-redo nil)
750 (make-local-variable 'revert-buffer-function) 750 (make-local-variable 'revert-buffer-function)
751 (make-local-hook 'post-command-hook)
752 (make-local-variable 'font-lock-defaults) 751 (make-local-variable 'font-lock-defaults)
753 (setq font-lock-defaults '(rmail-summary-font-lock-keywords t)) 752 (setq font-lock-defaults '(rmail-summary-font-lock-keywords t))
754 (rmail-summary-enable) 753 (rmail-summary-enable)