Mercurial > emacs
changeset 13123:e712a11f25a0
Fix typo in prev change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 Oct 1995 22:26:26 +0000 |
parents | 05bae277596e |
children | e44b06fc718d |
files | lisp/view.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/view.el Thu Oct 05 22:25:38 1995 +0000 +++ b/lisp/view.el Thu Oct 05 22:26:26 1995 +0000 @@ -377,7 +377,7 @@ searching with \\[View-search-last-regexp-forward] and \\[View-search-last-regexp-backward]. Sets mark at starting position and pushes mark ring." (interactive "p\nsSearch forward (regexp): ") ;;;(view-last-command 'View-search-last-regexp-forward n) - (view-search n (if (equal regexp "") view-last-regexp regexp)))) + (view-search n (if (equal regexp "") view-last-regexp regexp))) (defun View-search-regexp-backward (n regexp) "Search backward from window start for Nth instance of REGEXP.