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 948ac38b5f2..4a5adc48f2b 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -283,7 +283,7 @@ instead."
283 283
284(declare-function eshell-extended-glob "em-glob" (glob)) 284(declare-function eshell-extended-glob "em-glob" (glob))
285(declare-function dired-read-dir-and-switches "dired" (str)) 285(declare-function dired-read-dir-and-switches "dired" (str))
286(declare-function dired-goto-next-file "em-glob" ()) 286(declare-function dired-goto-next-file "dired" ())
287 287
288(defun eshell-ls--dired (orig-fun dir-or-list &optional switches) 288(defun eshell-ls--dired (orig-fun dir-or-list &optional switches)
289 (interactive (dired-read-dir-and-switches "")) 289 (interactive (dired-read-dir-and-switches ""))