comparison lisp/ChangeLog @ 5663:0df4d95bd98a

Fetch its bytecode before unfolding a compiled function, byte-optimize.el lisp/ChangeLog addition: 2012-05-12 Aidan Kehoe <kehoea@parhasard.net> * byte-optimize.el (byte-compile-unfold-lambda): Fetch the bytecode before unfolding a compiled function, its body may have been compiled lazily thanks to byte-compile-dynamic. Thank you Mats Lidell and the package smoketest!
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 12 May 2012 15:03:24 +0100
parents bed39edf91ba
children 00fd55d635fb
comparison
equal deleted inserted replaced
5662:bed39edf91ba 5663:0df4d95bd98a
1 2012-05-12 Aidan Kehoe <kehoea@parhasard.net>
2
3 * byte-optimize.el (byte-compile-unfold-lambda):
4 Fetch the bytecode before unfolding a compiled function, its body
5 may have been compiled lazily thanks to
6 byte-compile-dynamic. Thank you Mats Lidell and the package
7 smoketest!
8
1 2012-05-10 Aidan Kehoe <kehoea@parhasard.net> 9 2012-05-10 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * mule/mule-category.el (word-combining-categories): 11 * mule/mule-category.el (word-combining-categories):
4 Be better about default word boundaries when text contains 12 Be better about default word boundaries when text contains
5 just-in-time-allocated Unicode code points. Document what we 13 just-in-time-allocated Unicode code points. Document what we