]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/eshell/em-dirs.el (eshell/cd): Remove extraneous 'eshell-protect'.
authorJim Porter <jporterbugs@gmail.com>
Thu, 1 Aug 2024 16:31:44 +0000 (09:31 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 2 Aug 2024 10:02:55 +0000 (12:02 +0200)
(cherry picked from commit 1134734e19617a0875b77f8c7df64cfb265ec118)

lisp/eshell/em-dirs.el

index e70f2cfe19625ed258e40eb8d21f07bd17bd1786..9cf0994fe78a7cedbbfa0c367867689fdbd9dc59 100644 (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)