From ed9bc6140ef922b6d7a4560076bae430fb083bc2 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 18 May 2005 23:32:19 +0000 Subject: [PATCH] (follow-submit-feedback, follow-mode): Remove references to post-command-idle-hook. --- lisp/follow.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/follow.el b/lisp/follow.el index 61517a68ff1..74dc12f8881 100644 --- a/lisp/follow.el +++ b/lisp/follow.el @@ -394,7 +394,6 @@ Used by `follow-window-size-change'.") "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 @@ Keys specific to Follow mode: (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 -- 2.39.2