diff options
| author | Charles A. Roelli | 2018-10-15 19:51:47 +0200 |
|---|---|---|
| committer | Charles A. Roelli | 2018-10-15 19:51:47 +0200 |
| commit | b20c51d62fe8f64b4b39183d23ec9cffd12f6852 (patch) | |
| tree | ba468b8d1d26b49bd04f42cf5e54e06d875006d6 | |
| parent | 700acbd9917732ec35b7cd90d908bf6db6ff6d28 (diff) | |
| download | emacs-b20c51d62fe8f64b4b39183d23ec9cffd12f6852.tar.gz emacs-b20c51d62fe8f64b4b39183d23ec9cffd12f6852.zip | |
* 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'.") | |||
| 590 | "Stack of search status elements. | 590 | "Stack of search status elements. |
| 591 | Each element is an `isearch--state' struct where the slots are | 591 | Each element is an `isearch--state' struct where the slots are |
| 592 | [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD | 592 | [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD |
| 593 | ERROR WRAPPED BARRIER CASE-FOLD-SEARCH]") | 593 | ERROR WRAPPED BARRIER CASE-FOLD-SEARCH POP-FUN]") |
| 594 | 594 | ||
| 595 | (defvar isearch-string "") ; The current search string. | 595 | (defvar isearch-string "") ; The current search string. |
| 596 | (defvar isearch-message "") ; text-char-description version of isearch-string | 596 | (defvar isearch-message "") ; text-char-description version of isearch-string |