summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-07-15 03:46:02 +0000
committerRoland McGrath <roland@gnu.org>1993-07-15 03:46:02 +0000
commit7616f21b744365249cbb05baccea1517c25a66b3 (patch)
treef169d21c42390829b02accb6dda3915493a3eaef /lisp/isearch.el
parentbb3e220cf9349a673531f489e4a78f290b5d6710 (diff)
downloademacs-7616f21b744365249cbb05baccea1517c25a66b3.tar.gz
(isearch-edit-string): Bind isearch-nonincremental to its own value, not to
nil.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 241c69fe087..ec7005ce9d8 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -4,7 +4,7 @@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
-;; |$Date: 1993/07/02 21:34:15 $|$Revision: 1.44 $
+;; |$Date: 1993/07/08 22:33:57 $|$Revision: 1.45 $
;; This file is not yet part of GNU Emacs, but it is based almost
;; entirely on isearch.el which is part of GNU Emacs.
@@ -675,7 +675,7 @@ If first char entered is \\[isearch-yank-word], then do word search instead."
;; Editing doesn't back up the search point. Should it?
(interactive)
(condition-case err
- (let (isearch-nonincremental ; should search nonincrementally?
+ (let ((isearch-nonincremental isearch-nonincremental)
;; Locally bind all isearch global variables to protect them
;; from recursive isearching.