Index: emacs/lisp/follow.el
diff -c emacs/lisp/follow.el:1.22 emacs/lisp/follow.el:1.23
*** emacs/lisp/follow.el:1.22 Sat Apr 23 16:46:01 2005
--- emacs/lisp/follow.el Wed May 18 23:32:19 2005
***************
*** 394,400 ****
"Anders Lindgren <[EMAIL PROTECTED]>"
"follow.el"
'(post-command-hook
- post-command-idle-hook
pre-command-hook
window-size-change-functions
window-scroll-functions
--- 394,399 ----
***************
*** 683,691 ****
(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
--- 682,687 ----
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs