From 542f2d82cf3ee8595f995d298ace43898b05bb41 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Nov 1995 03:43:40 +0000 Subject: [PATCH] (View-scroll-lines-forward): Don't recenter at end. --- lisp/view.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2