# HG changeset patch # User Nick Roberts # Date 1116459139 0 # Node ID fccafeb170e729b44f06badf78561957ff2d32e9 # Parent 40c586a07ccb861a4ce085c984ccf9ea67ab0567 (follow-submit-feedback, follow-mode): Remove references to post-command-idle-hook. diff -r 40c586a07ccb -r fccafeb170e7 lisp/follow.el --- a/lisp/follow.el Wed May 18 23:30:31 2005 +0000 +++ b/lisp/follow.el Wed May 18 23:32:19 2005 +0000 @@ -394,7 +394,6 @@ "Anders Lindgren " "follow.el" '(post-command-hook - post-command-idle-hook pre-command-hook window-size-change-functions window-scroll-functions @@ -683,9 +682,6 @@ (set 'scroll-on-clipped-lines nil)) (force-mode-line-update) (add-hook 'post-command-hook 'follow-post-command-hook t) - (if (boundp 'post-command-idle-hook) - (add-hook 'post-command-idle-hook - 'follow-avoid-tail-recenter t)) (run-hooks 'follow-mode-hook)) ((and (not follow-mode) follow-mode-orig) ; Off