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

Diff of /emacs/lisp/simple.el

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

revision 1.684 by kfstorm, Sat Jan 22 01:44:56 2005 UTC revision 1.685 by kfstorm, Sun Jan 23 00:53:32 2005 UTC
# Line 3183  Outline mode sets this." Line 3183  Outline mode sets this."
3183  (defun line-move (arg &optional noerror to-end)  (defun line-move (arg &optional noerror to-end)
3184    (if auto-window-vscroll    (if auto-window-vscroll
3185        (let ((forward (> arg 0))        (let ((forward (> arg 0))
3186              (pvis (pos-visible-in-window-p (window-start) nil t)))              (pvis (pos-visible-in-window-p (point) nil t)))
3187          (if (and pvis (null (nth 2 pvis))          (if (and pvis (null (nth 2 pvis))
3188                   (> (nth (if forward 4 3) pvis) 0))                   (> (nth (if forward 4 3) pvis) 0))
3189              (set-window-vscroll nil              (set-window-vscroll nil

Legend:
Removed from v.1.684  
changed lines
  Added in v.1.685

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