From 57a24508cfd422ae8231b297265ce6a0c5256db1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 14 Oct 2000 08:16:50 +0000 Subject: [PATCH] Added a missing `require' form. --- lisp/ChangeLog | 5 +++++ lisp/eshell/esh-util.el | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48f4e240e2c..26c73ad595d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-10-13 John Wiegley + + * eshell/esh-util.el (require): Added a missing `require' form, + needed when compiling (for an ange-ftp macro definition). + 2000-10-13 Dave Love * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch. 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 -- 2.39.2