]> git.eshelyaron.com Git - emacs.git/commit
‘M-s w RET word C-s’ repeats incremental search.
authorJuri Linkov <juri@linkov.net>
Tue, 14 Feb 2017 23:28:15 +0000 (01:28 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 14 Feb 2017 23:28:15 +0000 (01:28 +0200)
commit4e23578127fcb08d8289567dbb7ec3ad12e09382
tree2b22ca6c4142a1d0c9bf6c96b692ca5941276bbd
parent3fb9f5452fbd0458f90115b0a95151b8e7a482a1
‘M-s w RET word C-s’ repeats incremental search.

* lisp/isearch.el (isearch-new-nonincremental): New variable.
(with-isearch-suspended): Bind isearch-new-nonincremental to
isearch-nonincremental, and restore it afterwards.
(isearch-forward-exit-minibuffer, isearch-reverse-exit-minibuffer):
Set isearch-new-nonincremental to nil.  (Bug#25562)
lisp/isearch.el