# HG changeset patch # User Andreas Schwab # Date 915447867 0 # Node ID a3199b854cf22937934672957544ad642fcf054c # Parent 2c996615e2e9fa49742cff3ef3cab9df81f7a6bb (View-revert-buffer-scroll-page-forward): Bind view-scroll-auto-exit instead of obsolete view-mode-auto-exit. diff -r 2c996615e2e9 -r a3199b854cf2 lisp/view.el --- 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)))