bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21663: 25.0.50; isearch-edit-string dont resume multi-isearch-files


From: Tino Calancha
Subject: bug#21663: 25.0.50; isearch-edit-string dont resume multi-isearch-files
Date: Tue, 13 Oct 2015 00:25:12 +0900 (JST)
User-agent: Alpine 2.20 (LRH 67 2015-01-07)


Previous patch would not work for `multi-isearch-files'
because it is not checking `multi-isearch-file-list', so that
`multi-isearch-end' would be called.

We may replace
(if (and nopush edit multi-isearch-buffer-list)
with
(if (and nopush edit (or multi-isearch-buffer-list multi-isearch-file-list))
but just
(if (and nopush edit)
wold work in any situation and its shorter.

Attachment: new-patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]