Mercurial > emacs
comparison lisp/eshell/esh-util.el @ 86533:59b6ce989ba4
(top-level): Use require rather than load for ange-ftp.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 28 Nov 2007 04:03:28 +0000 |
parents | 794e428cd497 |
children | 7a4a3f1c72ee |
comparison
equal
deleted
inserted
replaced
86532:c44e4015b517 | 86533:59b6ce989ba4 |
---|---|
630 (if (and (not (fboundp 'parse-time-string)) | 630 (if (and (not (fboundp 'parse-time-string)) |
631 (locate-library "parse-time")) | 631 (locate-library "parse-time")) |
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) |
639 (with-temp-buffer | 639 (with-temp-buffer |
640 (insert (ange-ftp-ls dir "-la" nil)) | 640 (insert (ange-ftp-ls dir "-la" nil)) |