Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 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 | 2fc3f2f35523 |
children | 1d1f385c9149 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 02 13:35:31 2012 +0000 +++ b/lisp/ChangeLog Mon Jan 02 16:52:59 2012 +0000 @@ -1,5 +1,9 @@ 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. + * obsolete.el (cl-puthash): Put back a compatibility alias for this, setf-expansion of #'gethash calls it on 21.4, so it will occur in packages for a while to come.