1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(rmail-summary-mode): Do not use make-local-hook.

This commit is contained in:
Pavel Janík 2001-12-13 07:55:20 +00:00
parent 52d4c45ace
commit 9c8920d866
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* 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 <rms@gnu.org>
* simple.el (undo): Always set this-command to `undo',

View file

@ -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)