aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-ls.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el
index ce2e6ab7d60..52a330a3353 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -329,7 +329,7 @@ instead."
329 "An alias version of `eshell-do-ls'." 329 "An alias version of `eshell-do-ls'."
330 (eshell-with-buffered-print 330 (eshell-with-buffered-print
331 (let ((insert-func #'eshell-buffered-print) 331 (let ((insert-func #'eshell-buffered-print)
332 (error-func #'eshell-error)) 332 (error-func (lambda (s) (eshell-error s) (eshell-set-exit-info 2))))
333 (apply 'eshell-do-ls args)))) 333 (apply 'eshell-do-ls args))))
334 334
335(put 'eshell/ls 'eshell-no-numeric-conversions t) 335(put 'eshell/ls 'eshell-no-numeric-conversions t)