Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5358:31475de17064
#'byte-compile-normal-call; only examine properties of (car FORM) if a symbol
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.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 16 Feb 2011 18:26:40 +0000 |
parents | 5dd1ba5e0113 |
children | 311f6817efc2 e79980ee5efe |
comparison
equal
deleted
inserted
replaced
5357:503b9a3e5e46 | 5358:31475de17064 |
---|---|
1 2011-02-16 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * bytecomp.el (byte-compile-normal-call): | |
4 Check that the car of FORM is a symbol before examining its | |
5 properties; it can be a lambda form if byte-optimize.el hasn't | |
6 worked its magic and transformed such a lambda call into inline | |
7 code. | |
8 | |
1 2011-02-12 Aidan Kehoe <kehoea@parhasard.net> | 9 2011-02-12 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * bytecomp.el: | 11 * bytecomp.el: |
4 * bytecomp.el (byte-compile-initial-macro-environment): | 12 * bytecomp.el (byte-compile-initial-macro-environment): |
5 * bytecomp.el (unwind-protect): | 13 * bytecomp.el (unwind-protect): |