* lisp/misearch.el (multi-isearch-buffers): Set the value of
authorJuri Linkov <juri@jurta.org>
Wed, 11 Dec 2013 00:11:26 +0000 (02:11 +0200)
committerJuri Linkov <juri@jurta.org>
Wed, 11 Dec 2013 00:11:26 +0000 (02:11 +0200)
commit4cc51eaf0931af5cb17b9b84b97a61612455e818
tree7db77a5a7464c5dc9d895f7638ff948843557004
parentceac12b73183b3f90804373d5ac5c45c0165e4f9
* lisp/misearch.el (multi-isearch-buffers): Set the value of
`multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward to t.
(multi-isearch-buffers-regexp): Set the value of
`multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward-regexp to t.
(multi-isearch-files): Set the value of
`multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward to t.
(multi-isearch-files-regexp): Set the value of
`multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward-regexp to t.

* lisp/dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
arg of isearch-forward to t.
(dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
arg of isearch-forward-regexp to t.
(dired-isearch-filter-filenames): Remove unnecessary check for
`dired-isearch-filenames'.

* lisp/comint.el (comint-history-isearch-backward):
Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
(comint-history-isearch-backward-regexp):
Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.

Fixes: debbugs:16035
lisp/ChangeLog
lisp/comint.el
lisp/dired-aux.el
lisp/dired.el
lisp/misearch.el