* lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.
This commit is contained in:
parent
700acbd991
commit
b20c51d62f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue