Mercurial > hg > xemacs-beta
comparison lisp/package-get.el @ 707:a307f9a2021d
[xemacs-hg @ 2001-12-20 05:49:28 by andyp]
sync with 21-4-6-windows
author | andyp |
---|---|
date | Thu, 20 Dec 2001 05:49:48 +0000 |
parents | eddbb88c3e02 |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
706:c9bf82d465b5 | 707:a307f9a2021d |
---|---|
569 (catch 'exit | 569 (catch 'exit |
570 (mapcar (lambda (pkg) | 570 (mapcar (lambda (pkg) |
571 (if (not (package-get (car pkg) nil 'never)) | 571 (if (not (package-get (car pkg) nil 'never)) |
572 (throw 'exit nil) ;; Bail out if error detected | 572 (throw 'exit nil) ;; Bail out if error detected |
573 )) | 573 )) |
574 packages-package-list))) | 574 packages-package-list)) |
575 (package-net-update-installed-db)) | |
575 | 576 |
576 ;;;###autoload | 577 ;;;###autoload |
577 (defun package-get-all (package version &optional fetched-packages install-dir) | 578 (defun package-get-all (package version &optional fetched-packages install-dir) |
578 "Fetch PACKAGE with VERSION and all other required packages. | 579 "Fetch PACKAGE with VERSION and all other required packages. |
579 Uses `package-get-base' to determine just what is required and what | 580 Uses `package-get-base' to determine just what is required and what |