From: Jim Porter Date: Thu, 1 Aug 2024 16:31:44 +0000 (-0700) Subject: ; * lisp/eshell/em-dirs.el (eshell/cd): Remove extraneous 'eshell-protect'. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7805413b68cada87afc6cb0b55f616b9bf81cbc;p=emacs.git ; * lisp/eshell/em-dirs.el (eshell/cd): Remove extraneous 'eshell-protect'. (cherry picked from commit 1134734e19617a0875b77f8c7df64cfb265ec118) --- diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index e70f2cfe196..9cf0994fe78 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -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)