Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/general.c Mon Aug 13 09:42:28 2007 +0200 +++ b/src/general.c Mon Aug 13 09:43:35 2007 +0200 @@ -34,6 +34,7 @@ Lisp_Object Qactually_requested; Lisp_Object Qafter; Lisp_Object Qall; +Lisp_Object Qand; Lisp_Object Qassoc; Lisp_Object Qat; Lisp_Object Qautodetect; @@ -107,10 +108,12 @@ Lisp_Object Qmotion; Lisp_Object Qname; Lisp_Object Qnone; +Lisp_Object Qnot; Lisp_Object Qnothing; Lisp_Object Qnotice; Lisp_Object Qobject; Lisp_Object Qonly; +Lisp_Object Qor; Lisp_Object Qother; Lisp_Object Qpath; Lisp_Object Qpointer; @@ -163,6 +166,7 @@ defsymbol (&Qactually_requested, "actually-requested"); defsymbol (&Qafter, "after"); defsymbol (&Qall, "all"); + defsymbol (&Qand, "and"); defsymbol (&Qassoc, "assoc"); defsymbol (&Qat, "at"); defsymbol (&Qautodetect, "autodetect"); @@ -236,10 +240,12 @@ defsymbol (&Qminus, "-"); defsymbol (&Qname, "name"); defsymbol (&Qnone, "none"); + defsymbol (&Qnot, "not"); defsymbol (&Qnothing, "nothing"); defsymbol (&Qnotice, "notice"); defsymbol (&Qobject, "object"); defsymbol (&Qonly, "only"); + defsymbol (&Qor, "or"); defsymbol (&Qother, "other"); defsymbol (&Qpath, "path"); defsymbol (&Qpointer, "pointer");