From: Andreas Schwab Date: Mon, 4 Jan 1999 11:04:27 +0000 (+0000) Subject: (View-revert-buffer-scroll-page-forward): Bind X-Git-Tag: emacs-20.4~962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d9b78b76137c356b75f591e5fbb41c33ba958f1;p=emacs.git (View-revert-buffer-scroll-page-forward): Bind view-scroll-auto-exit instead of obsolete view-mode-auto-exit. --- diff --git a/lisp/view.el b/lisp/view.el index ca9ee827f5a..593d29b6a24 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -829,7 +829,7 @@ If you don't specify a prefix argument, it uses the number of lines set by \\[View-scroll-page-backward-set-page-size]. If LINES is more than a window-full, only the last window-full is shown." (interactive "P") - (let ((view-mode-auto-exit nil) + (let ((view-scroll-auto-exit nil) (view-try-extend-at-buffer-end t)) (view-scroll-lines lines nil view-page-size nil)))