]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in prev change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Oct 1995 22:26:26 +0000 (22:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Oct 1995 22:26:26 +0000 (22:26 +0000)
lisp/view.el

index cf1cc51f2ec9a93e0f25f8e344dd59c55bf7ff2b..6734c05a8a8d89d2c759f09edd00e304a63c8100 100644 (file)
@@ -377,7 +377,7 @@ Displays line found at center of window.  REGEXP is remembered for
 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.