diff options
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/esh-util.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 84416893107..a4f2ec98db9 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -608,6 +608,9 @@ Unless optional argument INPLACE is non-nil, return a new string." (locate-library "parse-time")) (autoload 'parse-time-string "parse-time")) +(eval-when-compile + (require 'ange-ftp)) + (defun eshell-parse-ange-ls (dir) (let (entry) (with-temp-buffer |