]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-summary-mode): Do not use make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Thu, 13 Dec 2001 07:55:20 +0000 (07:55 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 13 Dec 2001 07:55:20 +0000 (07:55 +0000)
lisp/ChangeLog
lisp/mail/rmailsum.el

index 3585bae4146e485bbf3f595c916d42c943e0360a..0bc08b867ca29a4286b2d1e0fa99146a9e5f5838 100644 (file)
@@ -1,3 +1,11 @@
+2001-12-13  Pavel Jan\e,Bm\e(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',
index e6d05659473888e3e98d90db96f0b57bdd0dff5e..c3d686fa72b9e2fe75e60a73208ea395ef7d4838 100644 (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)