Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/bytecomp.el Mon Jan 02 13:35:31 2012 +0000 +++ b/lisp/bytecomp.el Mon Jan 02 16:52:59 2012 +0000 @@ -5036,6 +5036,9 @@ byte-compile-constant byte-compile-variable-ref))))) +;;; Some packages byte-compile with -no-autoloads, so this is necessary: +(autoload 'cl-compile-time-init "cl-macs") + ;; XEmacs; call this explicitly, don't implement it using bytecomp-load-hook. (cl-compile-time-init)