Mercurial > hg > xemacs-beta
comparison lisp/bytecomp/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 0132846995bd |
children |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'bytecomp-autoloads)) | 2 (if (featurep 'bytecomp-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "bytecomp/bytecomp.el") | 4 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "bytecomp/bytecomp.el") |
6 | 5 |
7 (autoload 'byte-force-recompile "bytecomp" "\ | 6 (autoload 'byte-force-recompile "bytecomp" "\ |
8 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. | 7 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. |
91 redefine OBJECT if it is a symbol." t nil) | 90 redefine OBJECT if it is a symbol." t nil) |
92 | 91 |
93 ;;;*** | 92 ;;;*** |
94 | 93 |
95 (provide 'bytecomp-autoloads) | 94 (provide 'bytecomp-autoloads) |
96 )) |