; * lisp/eshell/em-dirs.el (eshell/cd): Remove extraneous 'eshell-protect'.

This commit is contained in:
Jim Porter 2024-08-01 09:31:44 -07:00
parent 0892b66e9b
commit 1134734e19

View file

@ -427,8 +427,7 @@ in the minibuffer:
(let ((eshell-last-command-name)
(eshell-last-command-status)
(eshell-last-arguments))
(eshell-protect
(eshell-plain-command "ls" (cdr args)))))
(eshell-plain-command "ls" (cdr args))))
nil))))
(put 'eshell/cd 'eshell-no-numeric-conversions t)