projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68d258
)
* lisp/isearch.el (isearch-resume): Add isearch-push-state (bug#65379).
author
Jens Schmidt
<jschmidt4gnu@vodafonemail.de>
Sun, 20 Aug 2023 17:36:49 +0000
(20:36 +0300)
committer
Juri Linkov
<juri@linkov.net>
Sun, 20 Aug 2023 17:36:49 +0000
(20:36 +0300)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index a3c32e060048c56614f41d8192741e26ebd144e0..4d231fba469e69bb9c6d2e8b5807b3933551cb86 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-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))
\f