summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-util.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2000-10-14 08:16:50 +0000
committerJohn Wiegley <johnw@newartisans.com>2000-10-14 08:16:50 +0000
commit57a24508cfd422ae8231b297265ce6a0c5256db1 (patch)
tree6548c498f0167c5f924219a5f5139c03615690c3 /lisp/eshell/esh-util.el
parenta2e2a7f656ef24a26b0f93fb66e2dfa35c8b87d6 (diff)
downloademacs-57a24508cfd422ae8231b297265ce6a0c5256db1.tar.gz
Added a missing `require' form.
Diffstat (limited to 'lisp/eshell/esh-util.el')
-rw-r--r--lisp/eshell/esh-util.el3
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