Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | 489f57a838ef |
children | 169c0442b401 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
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) | |
54 | 42 |
55 ;;;*** | 43 ;;;*** |
56 | 44 |
57 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el") | 45 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el") |
58 | 46 |
228 The user's `custom-file' is altered so that this will apply | 216 The user's `custom-file' is altered so that this will apply |
229 to future sessions." t nil) | 217 to future sessions." t nil) |
230 | 218 |
231 (autoload 'disable-command "novice" "\ | 219 (autoload 'disable-command "novice" "\ |
232 Require special confirmation to execute COMMAND from now on. | 220 Require special confirmation to execute COMMAND from now on. |
233 The user's .emacs file is altered so that this will apply | 221 The user's `custom-file' is altered so that this will apply |
234 to future sessions." t nil) | 222 to future sessions." t nil) |
235 | 223 |
236 ;;;*** | 224 ;;;*** |
237 | 225 |
238 ;;;### (autoloads (edit-options list-options) "options" "prim/options.el") | 226 ;;;### (autoloads (edit-options list-options) "options" "prim/options.el") |