diff lisp/ChangeLog @ 5380:919c77c567bb

Add compiler macros for #'revappend, #'nreconc. 2011-03-21 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (revappend, nreconc): Add compiler macros for these two functions. (They used to be inline, but that involves needless binding of the arguments.)
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 21 Mar 2011 12:27:07 +0000
parents a32a108ae815
children 294ab9180fad
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 21 12:19:25 2011 +0000
+++ b/lisp/ChangeLog	Mon Mar 21 12:27:07 2011 +0000
@@ -1,3 +1,9 @@
+2011-03-21  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* cl-macs.el (revappend, nreconc):
+	Add compiler macros for these two functions. (They used to be
+	inline, but that involves needless binding of the arguments.)
+
 2011-03-21  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (cl-non-fixnum-number-p):