diff 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
line wrap: on
line diff
--- a/tests/ChangeLog	Wed Jun 20 21:51:09 2007 +0000
+++ b/tests/ChangeLog	Thu Jun 21 13:39:36 2007 +0000
@@ -1,3 +1,16 @@
+2007-06-21  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* gtk/event-stream-tests.el (timer-check):
+	'(lambda ...) -> #'(lambda ..), for the sake of style and the byte
+	compiler.
+
+2007-06-21  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* automated/weak-tests.el (p):
+	* automated/weak-tests.el (inner_cons):
+	'(lambda ...) -> #'(lambda ..), for the sake of style and the byte
+	compiler.
+
 2007-05-21  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.28 "fuki" is released.