Mercurial > hg > xemacs-beta
diff src/general.c @ 50:ee648375d8d6 r19-16b91
Import from CVS: tag r19-16b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:41 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/general.c Mon Aug 13 08:56:06 2007 +0200 +++ b/src/general.c Mon Aug 13 08:56:41 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; @@ -106,10 +107,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; @@ -157,6 +160,7 @@ defsymbol (&Qactually_requested, "actually-requested"); defsymbol (&Qafter, "after"); defsymbol (&Qall, "all"); + defsymbol (&Qand, "and"); defsymbol (&Qassoc, "assoc"); defsymbol (&Qat, "at"); defsymbol (&Qautodetect, "autodetect"); @@ -229,10 +233,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");