emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1134734e196: ; * lisp/eshell/em-dirs.el (eshell/cd): Remove extra


From: Jim Porter
Subject: master 1134734e196: ; * lisp/eshell/em-dirs.el (eshell/cd): Remove extraneous 'eshell-protect'.
Date: Thu, 1 Aug 2024 12:33:01 -0400 (EDT)

branch: master
commit 1134734e19617a0875b77f8c7df64cfb265ec118
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; * lisp/eshell/em-dirs.el (eshell/cd): Remove extraneous 'eshell-protect'.
---
 lisp/eshell/em-dirs.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]