changeset 13538:937a007d5afc

(View-scroll-lines-forward): Don't recenter at end.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Nov 1995 03:43:40 +0000
parents d2fcf9de0218
children 4b42b497a96d
files lisp/view.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/view.el	Tue Nov 14 02:59:27 1995 +0000
+++ b/lisp/view.el	Tue Nov 14 03:43:40 1995 +0000
@@ -340,7 +340,6 @@
 	(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)