comparison tests/ChangeLog @ 4021:cef5f57bb9e2

[xemacs-hg @ 2007-06-21 13:39:08 by aidan] '(lambda ...) -> #'(lambda ...), for the sake of style and the byte compiler.
author aidan
date Thu, 21 Jun 2007 13:39:36 +0000
parents 1af222c75869
children 4d60c2708e5d
comparison
equal deleted inserted replaced
4020:77df2f1e36fd 4021:cef5f57bb9e2
1 2007-06-21 Aidan Kehoe <kehoea@parhasard.net>
2
3 * gtk/event-stream-tests.el (timer-check):
4 '(lambda ...) -> #'(lambda ..), for the sake of style and the byte
5 compiler.
6
7 2007-06-21 Aidan Kehoe <kehoea@parhasard.net>
8
9 * automated/weak-tests.el (p):
10 * automated/weak-tests.el (inner_cons):
11 '(lambda ...) -> #'(lambda ..), for the sake of style and the byte
12 compiler.
13
1 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> 14 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org>
2 15
3 * XEmacs 21.5.28 "fuki" is released. 16 * XEmacs 21.5.28 "fuki" is released.
4 17
5 2007-05-20 Aidan Kehoe <kehoea@parhasard.net> 18 2007-05-20 Aidan Kehoe <kehoea@parhasard.net>