From: Richard M. Stallman Date: Tue, 14 Nov 1995 03:43:40 +0000 (+0000) Subject: (View-scroll-lines-forward): Don't recenter at end. X-Git-Tag: emacs-19.34~2322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=542f2d82cf3ee8595f995d298ace43898b05bb41;p=emacs.git (View-scroll-lines-forward): Don't recenter at end. --- diff --git a/lisp/view.el b/lisp/view.el index 489f403d5b9..b2787049960 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -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)