* lisp/isearch.el (isearch-resume): Add isearch-push-state (bug#65379).
This commit is contained in:
parent
c68d2581d5
commit
a563ea8963
1 changed files with 1 additions and 0 deletions
|
@ -4671,6 +4671,7 @@ CASE-FOLD non-nil means the search was case-insensitive."
|
|||
isearch-message message
|
||||
isearch-case-fold-search case-fold)
|
||||
(isearch-search)
|
||||
(isearch-push-state)
|
||||
(isearch-update))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue