aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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)