/[emacs]/emacs/lisp/follow.el
ViewVC logotype

Diff of /emacs/lisp/follow.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by rms, Sat Apr 23 16:46:01 2005 UTC revision 1.23 by nickrob, Wed May 18 23:32:19 2005 UTC
# Line 394  Used by `follow-window-size-change'.") Line 394  Used by `follow-window-size-change'.")
394          "Anders Lindgren <andersl@andersl.com>"          "Anders Lindgren <andersl@andersl.com>"
395          "follow.el"          "follow.el"
396          '(post-command-hook          '(post-command-hook
           post-command-idle-hook  
397            pre-command-hook            pre-command-hook
398            window-size-change-functions            window-size-change-functions
399            window-scroll-functions            window-scroll-functions
# Line 683  Keys specific to Follow mode: Line 682  Keys specific to Follow mode:
682                 (set 'scroll-on-clipped-lines nil))                 (set 'scroll-on-clipped-lines nil))
683             (force-mode-line-update)             (force-mode-line-update)
684             (add-hook 'post-command-hook 'follow-post-command-hook t)             (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))  
685             (run-hooks 'follow-mode-hook))             (run-hooks 'follow-mode-hook))
686    
687            ((and (not follow-mode) follow-mode-orig) ; Off            ((and (not follow-mode) follow-mode-orig) ; Off

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26