]> git.eshelyaron.com Git - emacs.git/commit
Use the Lisp implemention of "du" in Eshell when querying remote dirs
authorJim Porter <jporterbugs@gmail.com>
Sat, 9 Nov 2024 07:12:53 +0000 (23:12 -0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Nov 2024 10:26:32 +0000 (11:26 +0100)
commit0ebfdf79d8c39c32b2084f1619d523ca06e25b4f
tree7d287258b5a27e006618137f05c649a917fdd654
parent613bc7c4e1ad145db5a86970481388edcb5aca39
Use the Lisp implemention of "du" in Eshell when querying remote dirs

* lisp/eshell/em-unix.el (eshell/du): If all directories are local, use
the external "du" instead.

(cherry picked from commit f26fb25ec8ca12901db6224973c7fef29ce938f9)
lisp/eshell/em-unix.el