changeset 32470:b338a85bdffc

Added a missing `require' form.
author John Wiegley <johnw@newartisans.com>
date Sat, 14 Oct 2000 08:16:50 +0000
parents 73b4f1e42145
children 21ae70900bb0
files lisp/ChangeLog lisp/eshell/esh-util.el
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 13 18:27:25 2000 +0000
+++ b/lisp/ChangeLog	Sat Oct 14 08:16:50 2000 +0000
@@ -1,3 +1,8 @@
+2000-10-13  John Wiegley  <johnw@gnu.org>
+
+	* eshell/esh-util.el (require): Added a missing `require' form,
+	needed when compiling (for an ange-ftp macro definition).
+
 2000-10-13  Dave Love  <fx@gnu.org>
 
 	* toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
--- 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