(follow-submit-feedback, follow-mode): Remove
authorNick Roberts <nickrob@snap.net.nz>
Wed, 18 May 2005 23:32:19 +0000 (23:32 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 18 May 2005 23:32:19 +0000 (23:32 +0000)
references to post-command-idle-hook.

lisp/follow.el

index 61517a6..74dc12f 100644 (file)
@@ -394,7 +394,6 @@ Used by `follow-window-size-change'.")
        "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 @@ 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