Mercurial > hg > xemacs-beta
comparison src/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 | d2c3bac89ba0 |
children | b1e48555be7d |
comparison
equal
deleted
inserted
replaced
5033:d2c3bac89ba0 | 5034:1b96882bdf37 |
---|---|
1 2010-02-19 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fns.c (mapcarX): | |
4 Correct this function, discarding multiple values when one | |
5 SEQUENCE is supplied, choosing a better label name. Correct the | |
6 comment describing the SOME_OR_EVERY argument. | |
7 | |
1 2010-02-12 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-02-12 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * syswindows.h: | 10 * syswindows.h: |
4 Remove the PDWORD_PTR typedef; it's not used in | 11 Remove the PDWORD_PTR typedef; it's not used in |
5 intl-auto-encap-win32.h , and it breaks the build with Visual C++ | 12 intl-auto-encap-win32.h , and it breaks the build with Visual C++ |