comparison src/ChangeLog @ 5357:503b9a3e5e46

xemacs.def.in.in: no longer export acons(), export Facons() instead. 2011-02-16 Aidan Kehoe <kehoea@parhasard.net> * xemacs.def.in.in: No longer export acons(), export Facons() instead, thank you Mats, Jerry and Jeff Sparkes.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 16 Feb 2011 15:35:35 +0000
parents 70b15ac66ee5
children f5a5501814f5
comparison
equal deleted inserted replaced
5356:5dd1ba5e0113 5357:503b9a3e5e46
1 2011-02-16 Aidan Kehoe <kehoea@parhasard.net>
2
3 * xemacs.def.in.in:
4 No longer export acons(), export Facons() instead, thank you Mats,
5 Jerry and Jeff Sparkes.
6
1 2011-02-10 Aidan Kehoe <kehoea@parhasard.net> 7 2011-02-10 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * fns.c (shortest_length_among_sequences): 9 * fns.c (shortest_length_among_sequences):
4 This was buggy, it always errored if the last argument was 10 This was buggy, it always errored if the last argument was
5 circular, even if other arguments were non-circular. Correct that. 11 circular, even if other arguments were non-circular. Correct that.