diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-14 03:43:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-14 03:43:40 +0000 |
commit | 542f2d82cf3ee8595f995d298ace43898b05bb41 (patch) | |
tree | 097451d9f6bf4788d94241bb16690ec87e0f6ac4 /lisp/view.el | |
parent | 641acd26cd2fc5675bfb0524b6f545112c465839 (diff) | |
download | emacs-542f2d82cf3ee8595f995d298ace43898b05bb41.tar.gz |
(View-scroll-lines-forward): Don't recenter at end.
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 1 |
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) |