Mercurial > hg > xemacs-beta
diff lisp/package-get.el @ 292:6cb5e14cd98e r21-0b44
Import from CVS: tag r21-0b44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:37:15 +0200 |
parents | e11d67e05968 |
children | 4b85ae5eabfb |
line wrap: on
line diff
--- a/lisp/package-get.el Mon Aug 13 10:36:50 2007 +0200 +++ b/lisp/package-get.el Mon Aug 13 10:37:15 2007 +0200 @@ -160,6 +160,7 @@ "*After copying and installing a package, if this is T, then remove the copy. Otherwise, keep it around.") +;;;###autoload (defun package-get-update-all () "Fetch and install the latest versions of all currently installed packages." (interactive) @@ -170,6 +171,7 @@ (car pkg) nil)) packages-package-list)) +;;;###autoload (defun package-get-all (package version &optional fetched-packages) "Fetch PACKAGE with VERSION and all other required packages. Uses `package-get-base' to determine just what is required and what @@ -209,6 +211,7 @@ fetched-packages )) +;;;###autoload (defun package-get (package &optional version conflict) "Fetch PACKAGE from remote site. Optional arguments VERSION indicates which version to retrieve, nil @@ -406,6 +409,7 @@ "Configure XEmacs packages." :group 'emacs) +;;;###autoload (defun package-get-custom () "Fetch and install the latest versions of all customized packages." (interactive)