emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/view.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/view.el
Date: Fri, 28 Oct 2005 05:41:22 -0400

Index: emacs/lisp/view.el
diff -c emacs/lisp/view.el:1.78 emacs/lisp/view.el:1.79
*** emacs/lisp/view.el:1.78     Sat Aug  6 22:13:43 2005
--- emacs/lisp/view.el  Fri Oct 28 09:41:21 2005
***************
*** 874,880 ****
    (interactive "P")
    (let ((view-scroll-auto-exit nil)
        (view-try-extend-at-buffer-end t))
!     (view-scroll-lines lines nil view-page-size nil)))
  
  (defun View-search-regexp-forward (n regexp)
    "Search forward for first (or prefix Nth) occurrence of REGEXP in View mode.
--- 874,880 ----
    (interactive "P")
    (let ((view-scroll-auto-exit nil)
        (view-try-extend-at-buffer-end t))
!     (view-scroll-lines lines nil (view-page-size-default view-page-size) 
nil)))
  
  (defun View-search-regexp-forward (n regexp)
    "Search forward for first (or prefix Nth) occurrence of REGEXP in View mode.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]