[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/follow.el
From: |
Nick Roberts |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/follow.el |
Date: |
Wed, 18 May 2005 19:32:19 -0400 |
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 <address@hidden>"
"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 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/follow.el,
Nick Roberts <=