projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700acbd
)
* lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.
author
Charles A. Roelli
<charles@aurox.ch>
Mon, 15 Oct 2018 17:51:47 +0000
(19:51 +0200)
committer
Charles A. Roelli
<charles@aurox.ch>
Mon, 15 Oct 2018 17:51:47 +0000
(19:51 +0200)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 3725779703e653c9a4dd6ade78f7019584349b21..31571e11cd560c837b1527fb41950d37ab3676da 100644
(file)
--- 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