summaryrefslogtreecommitdiff
path: root/lisp/follow.el
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-05-18 23:32:19 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-05-18 23:32:19 +0000
commited9bc6140ef922b6d7a4560076bae430fb083bc2 (patch)
tree66e1bda7ea1c9128c4482f9cdfa4c29072bd3c61 /lisp/follow.el
parent2fcd33fe6c57e316c7e0fd92c8146c4c57b99b1e (diff)
downloademacs-ed9bc6140ef922b6d7a4560076bae430fb083bc2.tar.gz
(follow-submit-feedback, follow-mode): Remove
references to post-command-idle-hook.
Diffstat (limited to 'lisp/follow.el')
-rw-r--r--lisp/follow.el4
1 files changed, 0 insertions, 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 <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