* lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.

This commit is contained in:
Charles A. Roelli 2018-10-15 19:51:47 +02:00
parent 700acbd991
commit b20c51d62f

View file

@ -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