diff options
| author | Glenn Morris | 2007-11-28 04:03:28 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-28 04:03:28 +0000 |
| commit | 80903c3ad592ead2fbabf0d2a29ca2edd2479b8b (patch) | |
| tree | 2de91bc8b248571f3f44004a972b053808e89fea /lisp/eshell | |
| parent | a445af6b24d05464fed0e6cec2715194b4540843 (diff) | |
| download | emacs-80903c3ad592ead2fbabf0d2a29ca2edd2479b8b.tar.gz emacs-80903c3ad592ead2fbabf0d2a29ca2edd2479b8b.zip | |
(top-level): Use require rather than load for ange-ftp.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index a0495a67434..8218cf9dc2b 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -632,7 +632,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable. | |||
| 632 | (autoload 'parse-time-string "parse-time")) | 632 | (autoload 'parse-time-string "parse-time")) |
| 633 | 633 | ||
| 634 | (eval-when-compile | 634 | (eval-when-compile |
| 635 | (load "ange-ftp" t)) | 635 | (require 'ange-ftp nil t)) |
| 636 | 636 | ||
| 637 | (defun eshell-parse-ange-ls (dir) | 637 | (defun eshell-parse-ange-ls (dir) |
| 638 | (let (entry) | 638 | (let (entry) |