diff lisp/ChangeLog @ 5593:4218b56833b3

Give the label name when warning or erroring, bytecomp.el 2011-11-02 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el (byte-compile-lambda): Accept a new NAME argument here, have byte-compile-current-form reflect that if it's specified. * bytecomp.el (byte-compile-initial-macro-environment): Specify the label name when byte-compiling it, so warning and errors are more helpful.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 02 Nov 2011 17:50:39 +0000
parents d469c668462e
children cc8ea7ed4286
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 29 01:10:32 2011 +0900
+++ b/lisp/ChangeLog	Wed Nov 02 17:50:39 2011 +0000
@@ -1,3 +1,12 @@
+2011-11-02  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* bytecomp.el (byte-compile-lambda):
+	Accept a new NAME argument here, have byte-compile-current-form
+	reflect that if it's specified. 
+	* bytecomp.el (byte-compile-initial-macro-environment):
+	Specify the label name when byte-compiling it, so warning and
+	errors are more helpful.
+
 2011-10-17  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* startup.el (load-terminal-library):