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:
parent
a445af6b24
commit
80903c3ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue