summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-14 03:43:40 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-14 03:43:40 +0000
commit542f2d82cf3ee8595f995d298ace43898b05bb41 (patch)
tree097451d9f6bf4788d94241bb16690ec87e0f6ac4 /lisp/view.el
parent641acd26cd2fc5675bfb0524b6f545112c465839 (diff)
downloademacs-542f2d82cf3ee8595f995d298ace43898b05bb41.tar.gz
(View-scroll-lines-forward): Don't recenter at end.
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el1
1 files changed, 0 insertions, 1 deletions
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)