diff lisp/isearch.el @ 4095:f60102c4b948

(isearch-edit-string): Bind isearch-nonincremental to its own value, not to nil.
author Roland McGrath <roland@gnu.org>
date Thu, 15 Jul 1993 03:46:02 +0000
parents b145227c647a
children 36f6f4b28dde
line wrap: on
line diff
--- a/lisp/isearch.el	Thu Jul 15 03:09:56 1993 +0000
+++ b/lisp/isearch.el	Thu Jul 15 03:46:02 1993 +0000
@@ -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 @@
   ;; 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.