comparison 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
comparison
equal deleted inserted replaced
5206:39d74978fd32 5207:1096ef427b56
238 SYMBOL (Qprovide); 238 SYMBOL (Qprovide);
239 SYMBOL (Qquery_coding_clear_highlights); 239 SYMBOL (Qquery_coding_clear_highlights);
240 SYMBOL (Qquery_coding_warning_face); 240 SYMBOL (Qquery_coding_warning_face);
241 SYMBOL (Qquestion); 241 SYMBOL (Qquestion);
242 SYMBOL_KEYWORD (Q_question); 242 SYMBOL_KEYWORD (Q_question);
243 SYMBOL (Qquote);
243 SYMBOL (Qradio); 244 SYMBOL (Qradio);
244 SYMBOL (Qrassoc); 245 SYMBOL (Qrassoc);
245 SYMBOL (Qrassq); 246 SYMBOL (Qrassq);
246 SYMBOL (Qratio); 247 SYMBOL (Qratio);
247 SYMBOL (Qredisplay); 248 SYMBOL (Qredisplay);