diff lisp/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 e14f9fdd5096
children 776bbf454f3a
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 14 11:32:10 2009 +0000
+++ b/lisp/ChangeLog	Sat Nov 14 11:43:09 2009 +0000
@@ -1,3 +1,10 @@
+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.
+
 2009-11-14  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* faces.el (init-other-random-faces):