diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index a0495a67434..8218cf9dc2b 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -632,7 +632,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable. | |||
| 632 | (autoload 'parse-time-string "parse-time")) | 632 | (autoload 'parse-time-string "parse-time")) |
| 633 | 633 | ||
| 634 | (eval-when-compile | 634 | (eval-when-compile |
| 635 | (load "ange-ftp" t)) | 635 | (require 'ange-ftp nil t)) |
| 636 | 636 | ||
| 637 | (defun eshell-parse-ange-ls (dir) | 637 | (defun eshell-parse-ange-ls (dir) |
| 638 | (let (entry) | 638 | (let (entry) |