From a9a5a9fa770eeae9709a608a1692db59daa5ce30 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 15 Jul 1993 03:46:02 +0000 Subject: [PATCH] (isearch-edit-string): Bind isearch-nonincremental to its own value, not to nil. --- lisp/isearch.el | 4 ++-- 1 file 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 -;; |$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. -- 2.39.5