diff options
author | Charles A. Roelli <charles@aurox.ch> | 2018-10-15 19:51:47 +0200 |
---|---|---|
committer | Charles A. Roelli <charles@aurox.ch> | 2018-10-15 19:51:47 +0200 |
commit | b20c51d62fe8f64b4b39183d23ec9cffd12f6852 (patch) | |
tree | ba468b8d1d26b49bd04f42cf5e54e06d875006d6 | |
parent | 700acbd9917732ec35b7cd90d908bf6db6ff6d28 (diff) | |
download | emacs-b20c51d62fe8f64b4b39183d23ec9cffd12f6852.tar.gz |
* lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.
-rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |