Mercurial > hg > xemacs-beta
comparison lisp/bytecomp.el @ 5637:a366601407c2
Add an explicit autoload for #'cl-compile-time-init, bytecomp.el.
2012-01-02 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el (cl-compile-time-init): Add an autoload for this,
some code supplies -no-autoloads when byte-compiling, making it
necessary.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 02 Jan 2012 16:52:59 +0000 |
parents | bd80d9103fc8 |
children | 5bda701e9e7c |
comparison
equal
deleted
inserted
replaced
5635:2fc3f2f35523 | 5637:a366601407c2 |
---|---|
5034 byte-compile-top-level | 5034 byte-compile-top-level |
5035 byte-compile-out-toplevel | 5035 byte-compile-out-toplevel |
5036 byte-compile-constant | 5036 byte-compile-constant |
5037 byte-compile-variable-ref))))) | 5037 byte-compile-variable-ref))))) |
5038 | 5038 |
5039 ;;; Some packages byte-compile with -no-autoloads, so this is necessary: | |
5040 (autoload 'cl-compile-time-init "cl-macs") | |
5041 | |
5039 ;; XEmacs; call this explicitly, don't implement it using bytecomp-load-hook. | 5042 ;; XEmacs; call this explicitly, don't implement it using bytecomp-load-hook. |
5040 (cl-compile-time-init) | 5043 (cl-compile-time-init) |
5041 | 5044 |
5042 (run-hooks 'bytecomp-load-hook) | 5045 (run-hooks 'bytecomp-load-hook) |
5043 | 5046 |