comparison lisp/auto-autoloads.el @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents 576fb035e263
children 0784d089fdc9
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
526 (autoload 'typep "cl-macs" "\ 526 (autoload 'typep "cl-macs" "\
527 Check that OBJECT is of type TYPE. 527 Check that OBJECT is of type TYPE.
528 TYPE is a Common Lisp-style type specifier." nil nil) 528 TYPE is a Common Lisp-style type specifier." nil nil)
529 529
530 (autoload 'check-type "cl-macs" "\ 530 (autoload 'check-type "cl-macs" "\
531 Verify that FORM is of type TYPE; signal an error if not. 531 Verify that PLACE is of type TYPE; signal a continuable error if not.
532 STRING is an optional description of the desired type." nil 'macro) 532 STRING is an optional description of the desired type." nil 'macro)
533 533
534 (autoload 'assert "cl-macs" "\ 534 (autoload 'assert "cl-macs" "\
535 Verify that FORM returns non-nil; signal an error if not. 535 Verify that FORM returns non-nil; signal an error if not.
536 Second arg SHOW-ARGS means to include arguments of FORM in message. 536 Second arg SHOW-ARGS means to include arguments of FORM in message.
1539 If FORCE-CURRENT is non-nil make sure the database is up to date. This might 1539 If FORCE-CURRENT is non-nil make sure the database is up to date. This might
1540 lead to Emacs accessing remote sites." t nil) 1540 lead to Emacs accessing remote sites." t nil)
1541 1541
1542 (autoload 'package-get-custom "package-get" "\ 1542 (autoload 'package-get-custom "package-get" "\
1543 Fetch and install the latest versions of all customized packages." t nil) 1543 Fetch and install the latest versions of all customized packages." t nil)
1544
1545 ;;;***
1546
1547 ;;;### (autoloads (package-net-update-installed-db package-net-setup-directory) "package-net" "lisp/package-net.el")
1548
1549 (autoload 'package-net-setup-directory "package-net" nil nil nil)
1550
1551 (autoload 'package-net-update-installed-db "package-net" "\
1552 Write out the installed package index in a net install suitable format.
1553 If DESTDIR is non-nil then use that as the destination directory.
1554 DESTDIR defaults to the value of `package-net-setup-directory'." nil nil)
1544 1555
1545 ;;;*** 1556 ;;;***
1546 1557
1547 ;;;### (autoloads (pui-list-packages pui-add-install-directory package-ui-add-site) "package-ui" "lisp/package-ui.el") 1558 ;;;### (autoloads (pui-list-packages pui-add-install-directory package-ui-add-site) "package-ui" "lisp/package-ui.el")
1548 1559