From: Charles A. Roelli Date: Mon, 15 Oct 2018 17:51:47 +0000 (+0200) Subject: * lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot. X-Git-Tag: emacs-26.1.90~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b20c51d62fe8f64b4b39183d23ec9cffd12f6852;p=emacs.git * lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot. --- 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