summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-05 22:26:26 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-05 22:26:26 +0000
commit9839b6ba9316b11bdc83b46afe9b3a12b0ad5e7a (patch)
tree4b011f848e81583b0d5e8c4b757ecfd152809ff6 /lisp/view.el
parentd8525aec13284504b5d5345acbe29079fe35af95 (diff)
downloademacs-9839b6ba9316b11bdc83b46afe9b3a12b0ad5e7a.tar.gz
Fix typo in prev change.
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el
index cf1cc51f2ec..6734c05a8a8 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -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.