]> git.eshelyaron.com Git - emacs.git/commitdiff
(View-scroll-lines-forward): Don't recenter at end.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 03:43:40 +0000 (03:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 03:43:40 +0000 (03:43 +0000)
lisp/view.el

index 489f403d5b912b3c247f4b1cb984e40c99b5033e..b278704996009eec681dac25c8b245cd8540a9fd 100644 (file)
@@ -340,7 +340,6 @@ Arg is number of lines to scroll."
        (scroll-up lines)))
     (cond ((pos-visible-in-window-p (point-max))
           (goto-char (point-max))
-          (recenter -1)
           (message (substitute-command-keys
                     "End.  Type \\[view-exit] to quit viewing."))))
     (move-to-window-line -1)