Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5472:e79980ee5efe
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 22 Feb 2011 22:56:02 +0100 |
parents | 00e79bbbe48f 31475de17064 |
children | ac37a5f7e5be |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 14 22:43:46 2011 +0100 +++ b/lisp/ChangeLog Tue Feb 22 22:56:02 2011 +0100 @@ -1,3 +1,11 @@ +2011-02-16 Aidan Kehoe <kehoea@parhasard.net> + + * bytecomp.el (byte-compile-normal-call): + Check that the car of FORM is a symbol before examining its + properties; it can be a lambda form if byte-optimize.el hasn't + worked its magic and transformed such a lambda call into inline + code. + 2011-02-12 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el: