From d4866ec362eaed539e62b39ae4f6585dbc051e6d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Aug 1996 16:03:25 +0000 Subject: [PATCH] (isearch-edit-string): When starting nonincremental search, after peeking ahead one char, call cancel-kbd-macro-events. --- lisp/isearch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/isearch.el b/lisp/isearch.el index f4648e42532..8b3fe4272aa 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -690,6 +690,7 @@ If first char entered is \\[isearch-yank-word], then do word search instead." (lookup-key isearch-mode-map (vector e))) (setq isearch-word t ;; so message-prefix is right isearch-new-word t) + (cancel-kbd-macro-events) (isearch-unread e)) (setq cursor-in-echo-area nil) (setq isearch-new-string -- 2.39.2