comparison tests/ChangeLog @ 4742:4cf435fcebbc

Make #'letf not error if handed a #'values form. lisp/ChangeLog addition: 2009-11-14 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (letf): Check whether arguments to #'values are bound, and make them unbound after evaluating BODY; document the limitations of this macro. tests/ChangeLog addition: 2009-11-14 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el: Don't call Known-Bug-Expect-Failure now that the particular letf bug it tickled is fixed.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 14 Nov 2009 11:43:09 +0000
parents 679041362cd4
children ae862598ee56
comparison
equal deleted inserted replaced
4741:e14f9fdd5096 4742:4cf435fcebbc
1 2009-11-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el:
4 Don't call Known-Bug-Expect-Failure now that the particular letf
5 bug it tickled is fixed.
6
1 2009-11-11 Stephen Turnbull <stephen@xemacs.org> 7 2009-11-11 Stephen Turnbull <stephen@xemacs.org>
2 8
3 * sigpipe.c: Add standard permission notice, after email 9 * sigpipe.c: Add standard permission notice, after email
4 confirmation from Mly. 10 confirmation from Mly.
5 11