diff lisp/ChangeLog @ 5511:7b5254f6e0d5

Fix CL compliance of [symbol-]macrolet. -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2011-05-25 Didier Verna <didier@xemacs.org> * cl-macs.el (macrolet): * cl-macs.el (symbol-macrolet): Don't require one mandatory [symbol-]macro definition in the first argument. The Common Lisp standard allows the list of definitions to be empty.
author Didier Verna <didier@xemacs.org>
date Wed, 25 May 2011 14:01:38 +0200
parents 9ac0016d8fe8
children cf2733b1ff4b
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 20 12:16:42 2011 +0100
+++ b/lisp/ChangeLog	Wed May 25 14:01:38 2011 +0200
@@ -1,3 +1,10 @@
+2011-05-25  Didier Verna  <didier@xemacs.org>
+
+	* cl-macs.el (macrolet):
+	* cl-macs.el (symbol-macrolet): Don't require one mandatory
+	[symbol-]macro definition in the first argument. The Common Lisp
+	standard allows the list of definitions to be empty.
+
 2011-05-18  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (bind-inits)): Removed.