]> git.eshelyaron.com Git - emacs.git/commit
Fix listing of directory contents after "cd" in Eshell
authorJim Porter <jporterbugs@gmail.com>
Sun, 6 Aug 2023 20:34:18 +0000 (13:34 -0700)
committerJim Porter <jporterbugs@gmail.com>
Tue, 8 Aug 2023 02:35:43 +0000 (19:35 -0700)
commit301e6a747acc31f9bcc5b7c2429dbcfa806d48f5
treedfea2b1f07c5138e7658d2c0f69b17dabacbdfd6
parentb48793253b2e6ed89f6643b72253ed6c827c289a
Fix listing of directory contents after "cd" in Eshell

* lisp/eshell/em-dirs.el (eshell/cd): Ensure we don't close the I/O
handles prematurely.  Additionally, don't clobber the "cd" command's
last-command info.

* test/lisp/eshell/em-dirs-tests.el (em-dirs-test/cd):
(em-dirs-test/cd/list-files-after-cd): New tests (bug#65110).
lisp/eshell/em-dirs.el
test/lisp/eshell/em-dirs-tests.el