From b20c51d62fe8f64b4b39183d23ec9cffd12f6852 Mon Sep 17 00:00:00 2001 From: "Charles A. Roelli" Date: Mon, 15 Oct 2018 19:51:47 +0200 Subject: [PATCH] * lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 3725779703e..31571e11cd5 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -590,7 +590,7 @@ variable by the command `isearch-toggle-lax-whitespace'.") "Stack of search status elements. Each element is an `isearch--state' struct where the slots are [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD - ERROR WRAPPED BARRIER CASE-FOLD-SEARCH]") + ERROR WRAPPED BARRIER CASE-FOLD-SEARCH POP-FUN]") (defvar isearch-string "") ; The current search string. (defvar isearch-message "") ; text-char-description version of isearch-string -- 2.39.5