diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-dirs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index cc95d810213..5815430bf31 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el | |||
| @@ -401,8 +401,8 @@ in the minibuffer: | |||
| 401 | (eshell-printn result))) | 401 | (eshell-printn result))) |
| 402 | (run-hooks 'eshell-directory-change-hook) | 402 | (run-hooks 'eshell-directory-change-hook) |
| 403 | (if eshell-list-files-after-cd | 403 | (if eshell-list-files-after-cd |
| 404 | (throw 'eshell-replace-command | 404 | ;; Let-bind eshell-last-command around this? |
| 405 | (eshell-parse-command "ls" (cdr args)))) | 405 | (eshell-plain-command "ls" (cdr args))) |
| 406 | nil)))) | 406 | nil)))) |
| 407 | 407 | ||
| 408 | (put 'eshell/cd 'eshell-no-numeric-conversions t) | 408 | (put 'eshell/cd 'eshell-no-numeric-conversions t) |