Mercurial > emacs
diff lisp/eshell/esh-util.el @ 32470:b338a85bdffc
Added a missing `require' form.
| author | John Wiegley <johnw@newartisans.com> |
|---|---|
| date | Sat, 14 Oct 2000 08:16:50 +0000 |
| parents | aab90b31807c |
| children | 8e57189d61b4 |
line wrap: on
line diff
--- a/lisp/eshell/esh-util.el Fri Oct 13 18:27:25 2000 +0000 +++ b/lisp/eshell/esh-util.el Sat Oct 14 08:16:50 2000 +0000 @@ -608,6 +608,9 @@ (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
