; * lisp/eshell/em-dirs.el (eshell/cd): Remove extraneous 'eshell-protect'.
This commit is contained in:
parent
0892b66e9b
commit
1134734e19
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue