comparison 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
comparison
equal deleted inserted replaced
5206:39d74978fd32 5207:1096ef427b56
1 2010-04-29 Aidan Kehoe <kehoea@parhasard.net>
2
3 * eval.c (Fquote, Ffunction): Error on more than one argument to
4 these special operators.
5 * data.c (syms_of_data): Move Qquote to general-slots.h from this
6 file, now it's used in eval.c
7
1 2010-04-17 Aidan Kehoe <kehoea@parhasard.net> 8 2010-04-17 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * doc.c (Fdocumentation): 10 * doc.c (Fdocumentation):
4 If we have a zero length doc string in DOC, as may happen for 11 If we have a zero length doc string in DOC, as may happen for
5 undocumented compiled function objects which nonetheless have file 12 undocumented compiled function objects which nonetheless have file