Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 5034:1b96882bdf37
Fix a multiple-value bug, mapcarX; correct a comment and a label name.
src/ChangeLog addition:
2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (mapcarX):
Correct this function, discarding multiple values when one
SEQUENCE is supplied, choosing a better label name. Correct the
comment describing the SOME_OR_EVERY argument.
tests/ChangeLog addition:
2010-02-19 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Check that multiple values are discarded correctly with #'mapcar
and one SEQUENCE.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 19 Feb 2010 23:21:27 +0000 |
parents | e258bf833393 |
children | b1e48555be7d |
comparison
equal
deleted
inserted
replaced
5033:d2c3bac89ba0 | 5034:1b96882bdf37 |
---|---|
1 2010-02-19 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/lisp-tests.el: | |
4 Check that multiple values are discarded correctly with #'mapcar | |
5 and one SEQUENCE. | |
6 | |
1 2010-02-05 Jerry James <james@xemacs.org> | 7 2010-02-05 Jerry James <james@xemacs.org> |
2 | 8 |
3 * DLL/dltest.c: Remove old test. Building and using any module now | 9 * DLL/dltest.c: Remove old test. Building and using any module now |
4 provides a better test than this. | 10 provides a better test than this. |
5 | 11 |