]> git.eshelyaron.com Git - emacs.git/commitdiff
(View-revert-buffer-scroll-page-forward): Use
authorAndreas Schwab <schwab@suse.de>
Fri, 28 Oct 2005 09:43:01 +0000 (09:43 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 28 Oct 2005 09:43:01 +0000 (09:43 +0000)
view-page-size-default.

lisp/ChangeLog
lisp/view.el

index 0982f2782d758809901f2ca0ea45954a3485b030..224f1e39565dd42bf24aea3402a2b50cbdf94e5d 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-28  Andreas Schwab  <schwab@suse.de>
+
+       * view.el (View-revert-buffer-scroll-page-forward): Use
+       view-page-size-default.
+
 2005-10-28  Juri Linkov  <juri@jurta.org>
 
        * international/quail.el (quail-get-current-str): Translate last
index 80c6207f27573feb1c968df5c97093ba5ac3fd58..0d6b941a0caf11ed876732f02192c0cc5eb04b28 100644 (file)
@@ -874,7 +874,7 @@ If LINES is more than a window-full, only the last window-full is shown."
   (interactive "P")
   (let ((view-scroll-auto-exit nil)
        (view-try-extend-at-buffer-end t))
-    (view-scroll-lines lines nil view-page-size nil)))
+    (view-scroll-lines lines nil (view-page-size-default view-page-size) nil)))
 \f
 (defun View-search-regexp-forward (n regexp)
   "Search forward for first (or prefix Nth) occurrence of REGEXP in View mode.