# HG changeset patch # User Roland McGrath # Date 742707962 0 # Node ID f60102c4b94866f62dd669f2dee43328be51e0b6 # Parent 1dae74fd93d22502064fe5e6c2928db6ef60e13a (isearch-edit-string): Bind isearch-nonincremental to its own value, not to nil. diff -r 1dae74fd93d2 -r f60102c4b948 lisp/isearch.el --- 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 -;; |$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.