emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 22 Jan 2005 19:53:33 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.684 emacs/lisp/simple.el:1.685
*** emacs/lisp/simple.el:1.684  Sat Jan 22 01:44:56 2005
--- emacs/lisp/simple.el        Sun Jan 23 00:53:32 2005
***************
*** 3183,3189 ****
  (defun line-move (arg &optional noerror to-end)
    (if auto-window-vscroll
        (let ((forward (> arg 0))
!           (pvis (pos-visible-in-window-p (window-start) nil t)))
        (if (and pvis (null (nth 2 pvis))
                 (> (nth (if forward 4 3) pvis) 0))
            (set-window-vscroll nil
--- 3183,3189 ----
  (defun line-move (arg &optional noerror to-end)
    (if auto-window-vscroll
        (let ((forward (> arg 0))
!           (pvis (pos-visible-in-window-p (point) nil t)))
        (if (and pvis (null (nth 2 pvis))
                 (> (nth (if forward 4 3) pvis) 0))
            (set-window-vscroll nil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]