diff lisp/ChangeLog @ 5579:3e621ba12d36

Don't byte-compile at macroexpansion time, load-time-vale. lisp/ChangeLog addition: 2011-10-08 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el (byte-compile-initial-macro-environment): In the compiler implementation of load-time-value, don't byte-compile at macroexpansion time, delay that until byte-compilation time, giving, e.g. labels a chance to do its thing.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 08 Oct 2011 12:01:20 +0100
parents 4a6f90020a59
children a0e81357194e
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 04 10:59:17 2011 +0100
+++ b/lisp/ChangeLog	Sat Oct 08 12:01:20 2011 +0100
@@ -1,3 +1,11 @@
+2011-10-08  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* bytecomp.el (byte-compile-initial-macro-environment):
+	In the compiler implementation of load-time-value, don't
+	byte-compile at macroexpansion time, delay that until
+	byte-compilation time, giving, e.g. labels a chance to do its
+	thing.
+
 2011-10-04  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* autoload.el (make-autoload):