aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-18 23:32:19 +0000
committerNick Roberts2005-05-18 23:32:19 +0000
commited9bc6140ef922b6d7a4560076bae430fb083bc2 (patch)
tree66e1bda7ea1c9128c4482f9cdfa4c29072bd3c61
parent2fcd33fe6c57e316c7e0fd92c8146c4c57b99b1e (diff)
downloademacs-ed9bc6140ef922b6d7a4560076bae430fb083bc2.tar.gz
emacs-ed9bc6140ef922b6d7a4560076bae430fb083bc2.zip
(follow-submit-feedback, follow-mode): Remove
references to post-command-idle-hook.
-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'.")
394 "Anders Lindgren <andersl@andersl.com>" 394 "Anders Lindgren <andersl@andersl.com>"
395 "follow.el" 395 "follow.el"
396 '(post-command-hook 396 '(post-command-hook
397 post-command-idle-hook
398 pre-command-hook 397 pre-command-hook
399 window-size-change-functions 398 window-size-change-functions
400 window-scroll-functions 399 window-scroll-functions
@@ -683,9 +682,6 @@ Keys specific to Follow mode:
683 (set 'scroll-on-clipped-lines nil)) 682 (set 'scroll-on-clipped-lines nil))
684 (force-mode-line-update) 683 (force-mode-line-update)
685 (add-hook 'post-command-hook 'follow-post-command-hook t) 684 (add-hook 'post-command-hook 'follow-post-command-hook t)
686 (if (boundp 'post-command-idle-hook)
687 (add-hook 'post-command-idle-hook
688 'follow-avoid-tail-recenter t))
689 (run-hooks 'follow-mode-hook)) 685 (run-hooks 'follow-mode-hook))
690 686
691 ((and (not follow-mode) follow-mode-orig) ; Off 687 ((and (not follow-mode) follow-mode-orig) ; Off