* lisp/isearch.el (isearch-resume): Add isearch-push-state (bug#65379).
This commit is contained in:
committed by
Juri Linkov
parent
c68d2581d5
commit
a563ea8963
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user