Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | e121b013d1f0 |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
188:e29a8e7498d9 | 189:489f57a838ef |
---|---|
37 ;;;*** | 37 ;;;*** |
38 | 38 |
39 ;;;### (autoloads (batch-remove-old-elc) "cleantree" "prim/cleantree.el") | 39 ;;;### (autoloads (batch-remove-old-elc) "cleantree" "prim/cleantree.el") |
40 | 40 |
41 (autoload 'batch-remove-old-elc "cleantree" nil nil nil) | 41 (autoload 'batch-remove-old-elc "cleantree" nil nil nil) |
42 | |
43 ;;;*** | |
44 | |
45 ;;;### (autoloads (custom-make-dependencies) "cus-dep" "prim/cus-dep.el") | |
46 | |
47 (autoload 'custom-make-dependencies "cus-dep" "\ | |
48 Extract custom dependencies from .el files in SUBDIRS. | |
49 SUBDIRS is a list of directories. If it is nil, the command-line | |
50 arguments are used. If it is a string, only that directory is | |
51 processed. This function is especially useful in batch mode. | |
52 | |
53 Batch usage: xemacs -batch -l cus-dep.el -f custom-make-dependencies DIRS" t nil) | |
42 | 54 |
43 ;;;*** | 55 ;;;*** |
44 | 56 |
45 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el") | 57 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el") |
46 | 58 |