comparison src/general.c @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents d2f30a177268
children acd284d43ca1
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
32 #include "lisp.h" 32 #include "lisp.h"
33 33
34 Lisp_Object Qactually_requested; 34 Lisp_Object Qactually_requested;
35 Lisp_Object Qafter; 35 Lisp_Object Qafter;
36 Lisp_Object Qall; 36 Lisp_Object Qall;
37 Lisp_Object Qand;
37 Lisp_Object Qassoc; 38 Lisp_Object Qassoc;
38 Lisp_Object Qat; 39 Lisp_Object Qat;
39 Lisp_Object Qautodetect; 40 Lisp_Object Qautodetect;
40 Lisp_Object Qautomatic_conversion; 41 Lisp_Object Qautomatic_conversion;
41 Lisp_Object Qbad_variable; 42 Lisp_Object Qbad_variable;
105 Lisp_Object Qminus; 106 Lisp_Object Qminus;
106 Lisp_Object Qmodifiers; 107 Lisp_Object Qmodifiers;
107 Lisp_Object Qmotion; 108 Lisp_Object Qmotion;
108 Lisp_Object Qname; 109 Lisp_Object Qname;
109 Lisp_Object Qnone; 110 Lisp_Object Qnone;
111 Lisp_Object Qnot;
110 Lisp_Object Qnothing; 112 Lisp_Object Qnothing;
111 Lisp_Object Qnotice; 113 Lisp_Object Qnotice;
112 Lisp_Object Qobject; 114 Lisp_Object Qobject;
113 Lisp_Object Qonly; 115 Lisp_Object Qonly;
116 Lisp_Object Qor;
114 Lisp_Object Qother; 117 Lisp_Object Qother;
115 Lisp_Object Qpath; 118 Lisp_Object Qpath;
116 Lisp_Object Qpointer; 119 Lisp_Object Qpointer;
117 Lisp_Object Qprint; 120 Lisp_Object Qprint;
118 Lisp_Object Qprocess; 121 Lisp_Object Qprocess;
161 { 164 {
162 defsymbol (&Qminus, "-"); 165 defsymbol (&Qminus, "-");
163 defsymbol (&Qactually_requested, "actually-requested"); 166 defsymbol (&Qactually_requested, "actually-requested");
164 defsymbol (&Qafter, "after"); 167 defsymbol (&Qafter, "after");
165 defsymbol (&Qall, "all"); 168 defsymbol (&Qall, "all");
169 defsymbol (&Qand, "and");
166 defsymbol (&Qassoc, "assoc"); 170 defsymbol (&Qassoc, "assoc");
167 defsymbol (&Qat, "at"); 171 defsymbol (&Qat, "at");
168 defsymbol (&Qautodetect, "autodetect"); 172 defsymbol (&Qautodetect, "autodetect");
169 defsymbol (&Qautomatic_conversion, "automatic-conversion"); 173 defsymbol (&Qautomatic_conversion, "automatic-conversion");
170 defsymbol (&Qbad_variable, "bad-variable"); 174 defsymbol (&Qbad_variable, "bad-variable");
234 defsymbol (&Qmodifiers, "modifiers"); 238 defsymbol (&Qmodifiers, "modifiers");
235 defsymbol (&Qmotion, "motion"); 239 defsymbol (&Qmotion, "motion");
236 defsymbol (&Qminus, "-"); 240 defsymbol (&Qminus, "-");
237 defsymbol (&Qname, "name"); 241 defsymbol (&Qname, "name");
238 defsymbol (&Qnone, "none"); 242 defsymbol (&Qnone, "none");
243 defsymbol (&Qnot, "not");
239 defsymbol (&Qnothing, "nothing"); 244 defsymbol (&Qnothing, "nothing");
240 defsymbol (&Qnotice, "notice"); 245 defsymbol (&Qnotice, "notice");
241 defsymbol (&Qobject, "object"); 246 defsymbol (&Qobject, "object");
242 defsymbol (&Qonly, "only"); 247 defsymbol (&Qonly, "only");
248 defsymbol (&Qor, "or");
243 defsymbol (&Qother, "other"); 249 defsymbol (&Qother, "other");
244 defsymbol (&Qpath, "path"); 250 defsymbol (&Qpath, "path");
245 defsymbol (&Qpointer, "pointer"); 251 defsymbol (&Qpointer, "pointer");
246 defsymbol (&Qprint, "print"); 252 defsymbol (&Qprint, "print");
247 defsymbol (&Qprocess, "process"); 253 defsymbol (&Qprocess, "process");