Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5207:1096ef427b56
Error on too many arguments to #'function, #'quote.
2010-04-29 Aidan Kehoe <kehoea@parhasard.net>
* eval.c (Fquote, Ffunction): Error on more than one argument to
these special operators.
* data.c (syms_of_data): Move Qquote to general-slots.h from this
file, now it's used in eval.c
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 29 Apr 2010 15:49:21 +0100 |
parents | 39d74978fd32 |
children | 23f00bfd78a4 cdca98f2d36f |
line wrap: on
line diff
--- a/src/ChangeLog Sat Apr 17 10:40:03 2010 +0100 +++ b/src/ChangeLog Thu Apr 29 15:49:21 2010 +0100 @@ -1,3 +1,10 @@ +2010-04-29 Aidan Kehoe <kehoea@parhasard.net> + + * eval.c (Fquote, Ffunction): Error on more than one argument to + these special operators. + * data.c (syms_of_data): Move Qquote to general-slots.h from this + file, now it's used in eval.c + 2010-04-17 Aidan Kehoe <kehoea@parhasard.net> * doc.c (Fdocumentation):