1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-02 21:52:04 -08:00

(top-level): Use require rather than load for ange-ftp.

This commit is contained in:
Glenn Morris 2007-11-28 04:03:28 +00:00
parent a445af6b24
commit 80903c3ad5

View file

@ -632,7 +632,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
(autoload 'parse-time-string "parse-time"))
(eval-when-compile
(load "ange-ftp" t))
(require 'ange-ftp nil t))
(defun eshell-parse-ange-ls (dir)
(let (entry)