Index: lisp/package-get.el =================================================================== RCS file: /usr/CVSroot/XEmacs/xemacs-20/lisp/package-get.el,v retrieving revision 1.10 diff -u -u -r1.10 package-get.el --- lisp/package-get.el 1998/06/02 03:50:20 1.10 +++ lisp/package-get.el 1998/06/12 22:08:23 @@ -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)