Mercurial > hg > xemacs-beta
comparison lisp/auto-autoloads.el @ 294:4b85ae5eabfb r21-0b45
Import from CVS: tag r21-0b45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:01 +0200 |
parents | 57709be46d1b |
children | 341dac730539 |
comparison
equal
deleted
inserted
replaced
293:403535bfea94 | 294:4b85ae5eabfb |
---|---|
1199 The optional `pkg-dir' can be used to override the default package hierarchy | 1199 The optional `pkg-dir' can be used to override the default package hierarchy |
1200 \(car (last late-packages))." t nil) | 1200 \(car (last late-packages))." t nil) |
1201 | 1201 |
1202 (autoload 'package-admin-add-binary-package "package-admin" "\ | 1202 (autoload 'package-admin-add-binary-package "package-admin" "\ |
1203 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) | 1203 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) |
1204 | |
1205 ;;;*** | |
1206 | |
1207 ;;;### (autoloads (package-get-custom package-get-package-provider package-get package-get-all package-get-update-all) "package-get" "lisp/package-get.el") | |
1208 | |
1209 (autoload 'package-get-update-all "package-get" "\ | |
1210 Fetch and install the latest versions of all currently installed packages." t nil) | |
1211 | |
1212 (autoload 'package-get-all "package-get" "\ | |
1213 Fetch PACKAGE with VERSION and all other required packages. | |
1214 Uses `package-get-base' to determine just what is required and what | |
1215 package provides that functionality. If VERSION is nil, retrieves | |
1216 latest version. Optional argument FETCHED-PACKAGES is used to keep | |
1217 track of packages already fetched." t nil) | |
1218 | |
1219 (autoload 'package-get "package-get" "\ | |
1220 Fetch PACKAGE from remote site. | |
1221 Optional arguments VERSION indicates which version to retrieve, nil | |
1222 means most recent version. CONFLICT indicates what happens if the | |
1223 package is already installed. Valid values for CONFLICT are: | |
1224 'always always retrieve the package even if it is already installed | |
1225 'never do not retrieve the package if it is installed. | |
1226 | |
1227 The value of `package-get-base' is used to determine what files should | |
1228 be retrieved. The value of `package-get-remote' is used to determine | |
1229 where a package should be retrieved from. The sites are tried in | |
1230 order so one is better off listing easily reached sites first. | |
1231 | |
1232 Once the package is retrieved, its md5 checksum is computed. If that | |
1233 sum does not match that stored in `package-get-base' for this version | |
1234 of the package, an error is signalled." t nil) | |
1235 | |
1236 (autoload 'package-get-package-provider "package-get" "\ | |
1237 Search for a package that provides SYM and return the name and | |
1238 version. Searches in `package-get-base' for SYM. If SYM is a | |
1239 consp, then it must match a corresponding (provide (SYM VERSION)) from | |
1240 the package." t nil) | |
1241 | |
1242 (autoload 'package-get-custom "package-get" "\ | |
1243 Fetch and install the latest versions of all customized packages." t nil) | |
1204 | 1244 |
1205 ;;;*** | 1245 ;;;*** |
1206 | 1246 |
1207 ;;;### (autoloads (picture-mode) "picture" "lisp/picture.el") | 1247 ;;;### (autoloads (picture-mode) "picture" "lisp/picture.el") |
1208 | 1248 |