diff src/general-slots.h @ 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 41ac827cb71b
children 18c0b5909d16
line wrap: on
line diff
--- a/src/general-slots.h	Sat Apr 17 10:40:03 2010 +0100
+++ b/src/general-slots.h	Thu Apr 29 15:49:21 2010 +0100
@@ -240,6 +240,7 @@
 SYMBOL (Qquery_coding_warning_face);
 SYMBOL (Qquestion);
 SYMBOL_KEYWORD (Q_question);
+SYMBOL (Qquote);
 SYMBOL (Qradio);
 SYMBOL (Qrassoc);
 SYMBOL (Qrassq);