Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5642:5bda701e9e7c
Be more careful about non-quoted-symbol TAGs, #'byte-compile-catch
lisp/ChangeLog addition:
2012-01-14 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el (byte-compile-catch):
Be more careful about non-quoted-symbol TAGs here; thank you
Robert Pluim in
CAMTcmTeLaZVrABnP-1MRUA3ZpZ=h2S_YVxKWDDNuc5bAyJD-gg@mail.gmail.com !
tests/ChangeLog addition:
2012-01-14 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Check that `byte-compile-catch' doesn't strip keyword (as such,
non-quoted) TAGs.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 14 Jan 2012 12:16:05 +0000 |
parents | 2014ff433daf |
children | 1d9f603e9125 |
comparison
equal
deleted
inserted
replaced
5641:f4d74be74462 | 5642:5bda701e9e7c |
---|---|
1 2012-01-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/lisp-tests.el: | |
4 Check that `byte-compile-catch' doesn't strip keyword (as such, | |
5 non-quoted) TAGs. | |
6 | |
1 2012-01-01 Aidan Kehoe <kehoea@parhasard.net> | 7 2012-01-01 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * automated/completion-tests.el: New. | 9 * automated/completion-tests.el: New. |
4 Test #'try-completion, #'all-completion and #'test-completion with | 10 Test #'try-completion, #'all-completion and #'test-completion with |
5 list, vector and hash-table COLLECTION arguments. | 11 list, vector and hash-table COLLECTION arguments. |