comparison 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
comparison
equal deleted inserted replaced
5588:2dbefd79b3d3 5593:4218b56833b3
1 2011-11-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * bytecomp.el (byte-compile-lambda):
4 Accept a new NAME argument here, have byte-compile-current-form
5 reflect that if it's specified.
6 * bytecomp.el (byte-compile-initial-macro-environment):
7 Specify the label name when byte-compiling it, so warning and
8 errors are more helpful.
9
1 2011-10-17 Aidan Kehoe <kehoea@parhasard.net> 10 2011-10-17 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * startup.el (load-terminal-library): 12 * startup.el (load-terminal-library):
4 Don't (getenv "TERM") here, call #'console-tty-terminal-type 13 Don't (getenv "TERM") here, call #'console-tty-terminal-type
5 instead, different gnuclient consoles can and should have 14 instead, different gnuclient consoles can and should have