aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-14 03:43:40 +0000
committerRichard M. Stallman1995-11-14 03:43:40 +0000
commit542f2d82cf3ee8595f995d298ace43898b05bb41 (patch)
tree097451d9f6bf4788d94241bb16690ec87e0f6ac4
parent641acd26cd2fc5675bfb0524b6f545112c465839 (diff)
downloademacs-542f2d82cf3ee8595f995d298ace43898b05bb41.tar.gz
emacs-542f2d82cf3ee8595f995d298ace43898b05bb41.zip
(View-scroll-lines-forward): Don't recenter at end.
-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."
340 (scroll-up lines))) 340 (scroll-up lines)))
341 (cond ((pos-visible-in-window-p (point-max)) 341 (cond ((pos-visible-in-window-p (point-max))
342 (goto-char (point-max)) 342 (goto-char (point-max))
343 (recenter -1)
344 (message (substitute-command-keys 343 (message (substitute-command-keys
345 "End. Type \\[view-exit] to quit viewing.")))) 344 "End. Type \\[view-exit] to quit viewing."))))
346 (move-to-window-line -1) 345 (move-to-window-line -1)