changeset 62495:fccafeb170e7

(follow-submit-feedback, follow-mode): Remove references to post-command-idle-hook.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 18 May 2005 23:32:19 +0000
parents 40c586a07ccb
children c94921e36674
files lisp/follow.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <andersl@andersl.com>"
 	"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