changeset 23987:a3199b854cf2

(View-revert-buffer-scroll-page-forward): Bind view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
author Andreas Schwab <schwab@suse.de>
date Mon, 04 Jan 1999 11:04:27 +0000
parents 2c996615e2e9
children 571d2c4f3edf
files lisp/view.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/view.el	Mon Jan 04 01:36:24 1999 +0000
+++ b/lisp/view.el	Mon Jan 04 11:04:27 1999 +0000
@@ -829,7 +829,7 @@
 \\[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)))