comparison lisp/ChangeLog @ 5376:4b529b940e2e

Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el 2011-03-17 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el (byte-compile-catch): * bytecomp.el (byte-compile-throw): * cl-macs.el (return-from): With `block' and `return-from', a nil NAME is perfectly legitimate, and the corresponding `catch' statements need be removed by the byte-compiler. 5dd1ba5e0113 , my change of 2011-02-12, didn't do this; correct that now.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 17 Mar 2011 21:07:16 +0000
parents 2fba45e5b48d
children eac2e6bd5b2c
comparison
equal deleted inserted replaced
5375:2fba45e5b48d 5376:4b529b940e2e
1 2011-03-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * bytecomp.el (byte-compile-catch):
4 * bytecomp.el (byte-compile-throw):
5 * cl-macs.el (return-from):
6 With `block' and `return-from', a nil NAME is perfectly
7 legitimate, and the corresponding `catch' statements need be
8 removed by the byte-compiler. 5dd1ba5e0113 , my change of
9 2011-02-12, didn't do this; correct that now.
10
1 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> 11 2011-03-15 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * bytecomp.el: 13 * bytecomp.el:
4 Don't generate the old-eq, old-memq, old-equal bytecodes any more, 14 Don't generate the old-eq, old-memq, old-equal bytecodes any more,
5 but keep the information about them around for the sake of the 15 but keep the information about them around for the sake of the