]> code.delx.au - gnu-emacs/commitdiff
Added a missing `require' form.
authorJohn Wiegley <johnw@newartisans.com>
Sat, 14 Oct 2000 08:16:50 +0000 (08:16 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 14 Oct 2000 08:16:50 +0000 (08:16 +0000)
lisp/ChangeLog
lisp/eshell/esh-util.el

index 48f4e240e2c14eb6262e4f1422897efd84520cbd..26c73ad595da032b3fecb59ca76554db47e78235 100644 (file)
@@ -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.
index 8441689310706cf1024e08f89fd81eb75916b7ba..a4f2ec98db90cadab9e7e0e67d72c135f7ebf610 100644 (file)
@@ -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