comparison lisp/ChangeLog @ 5612:2c20bc575989

Use the old #'labels implementation if #'lexical-let changes lambdas. lisp/ChangeLog addition: 2011-12-13 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el (byte-compile-initial-macro-environment): If lexical let has played with our lambas, give up on constructing the compiled functions at compiled time, that strategy doesn't work.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 13 Dec 2011 20:28:32 +0000
parents d489e88450aa
children a944c124b2d3
comparison
equal deleted inserted replaced
5611:d489e88450aa 5612:2c20bc575989
1 2011-12-10 Aidan Kehoe <kehoea@parhasard.net> 1 2011-12-10 Aidan Kehoe <kehoea@parhasard.net>
2 2
3 * mule/mule-cmds.el (posix-charset-to-coding-system-hash): 3 * mule/mule-cmds.el (posix-charset-to-coding-system-hash):
4 Correct the docstring for this variable. 4 Correct the docstring for this variable.
5
6 2011-12-13 Aidan Kehoe <kehoea@parhasard.net>
7
8 * bytecomp.el (byte-compile-initial-macro-environment):
9 If lexical let has played with our lambas, give up on constructing
10 the compiled functions at compiled time, that strategy doesn't
11 work.
5 12
6 2011-12-09 Aidan Kehoe <kehoea@parhasard.net> 13 2011-12-09 Aidan Kehoe <kehoea@parhasard.net>
7 14
8 * cl-macs.el (load-time-value): 15 * cl-macs.el (load-time-value):
9 Clarify the docstring here, thanks for pointing out its inaccuracy 16 Clarify the docstring here, thanks for pointing out its inaccuracy