]> git.eshelyaron.com Git - emacs.git/commit
Fix find-dired over tramp
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Aug 2022 10:33:44 +0000 (12:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Aug 2022 10:35:13 +0000 (12:35 +0200)
commit6b14ef273a90d774116e90dedc31fe59d77ec520
tree0f744dccadfab10218a1376223bc5e21a624de59
parentbd50df1efdb686ee22f4ec591839be3f3b21dd17
Fix find-dired over tramp

* lisp/find-dired.el (find-dired-with-command): Set the
filter/sentinel immediately -- scheduling may make process output
(and exit) happen before these are set otherwise (bug#56865).
(find-dired-sort-by-filename): Don't bug out on error messages
from find.
lisp/find-dired.el