# HG changeset patch # User Richard M. Stallman # Date 812931986 0 # Node ID e712a11f25a068bace528d0e6a66d8a502bc54cf # Parent 05bae277596e77964aebd4b01b424e2664acdaac Fix typo in prev change. diff -r 05bae277596e -r e712a11f25a0 lisp/view.el --- 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.