diff options
| -rw-r--r-- | lisp/follow.el | 4 |
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 |