# HG changeset patch # User John Wiegley # Date 971511410 0 # Node ID b338a85bdffc069deded5e49348997c8a2f91480 # Parent 73b4f1e42145af335fcef34d04832f05bf4187bc Added a missing `require' form. diff -r 73b4f1e42145 -r b338a85bdffc lisp/ChangeLog --- 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 + + * 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 -r 73b4f1e42145 -r b338a85bdffc lisp/eshell/esh-util.el --- 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