X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fgeneral.c;h=7ed8d4cdedbe66de0eb3640e6f36610c9fe66363;hb=975655e6b5b1526ee82b159b3eadf69888c42090;hp=e783a6d2f565e0c7228fe23261dfb4718e08216a;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git- diff --git a/src/general.c b/src/general.c index e783a6d..7ed8d4c 100644 --- a/src/general.c +++ b/src/general.c @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ #include #include "lisp.h" +Lisp_Object Qabort; Lisp_Object Qactually_requested; Lisp_Object Qafter; Lisp_Object Qall; @@ -47,8 +48,9 @@ Lisp_Object Qbottom; Lisp_Object Qbottom_margin; Lisp_Object Qbuffer; Lisp_Object Qbutton; -Lisp_Object Qcenter; +Lisp_Object Qcancel; Lisp_Object Qcategory; +Lisp_Object Qcenter; Lisp_Object Qchannel; Lisp_Object Qchar; Lisp_Object Qcharacter; @@ -66,6 +68,7 @@ Lisp_Object Qdefault; Lisp_Object Qdelete; Lisp_Object Qdelq; Lisp_Object Qdevice; +Lisp_Object Qdialog; Lisp_Object Qdimension; Lisp_Object Qdisplay; Lisp_Object Qdoc_string; @@ -81,6 +84,7 @@ Lisp_Object Qface; Lisp_Object Qfile_name; Lisp_Object Qfont; Lisp_Object Qframe; +Lisp_Object Qfuncall; Lisp_Object Qfunction; Lisp_Object Qgap_overhead; Lisp_Object Qgeneric; @@ -88,10 +92,12 @@ Lisp_Object Qgeometry; Lisp_Object Qglobal; Lisp_Object Qgutter; Lisp_Object Qheight; +Lisp_Object Qhelp; Lisp_Object Qhighlight; Lisp_Object Qhorizontal; Lisp_Object Qicon; Lisp_Object Qid; +Lisp_Object Qignore; Lisp_Object Qimage; Lisp_Object Qinfo; Lisp_Object Qinherit; @@ -102,14 +108,17 @@ Lisp_Object Qkey_assoc; Lisp_Object Qkeyboard; Lisp_Object Qkeymap; Lisp_Object Qlandscape; +Lisp_Object Qlast_command; Lisp_Object Qleft; Lisp_Object Qleft_margin; +Lisp_Object Qlet; Lisp_Object Qlist; Lisp_Object Qmagic; Lisp_Object Qmalloc_overhead; Lisp_Object Qmarkers; Lisp_Object Qmax; Lisp_Object Qmemory; +Lisp_Object Qmenubar; Lisp_Object Qmessage; Lisp_Object Qminus; Lisp_Object Qmodifiers; @@ -117,11 +126,13 @@ Lisp_Object Qmotion; Lisp_Object Qmsprinter; Lisp_Object Qmswindows; Lisp_Object Qname; +Lisp_Object Qno; Lisp_Object Qnone; Lisp_Object Qnot; Lisp_Object Qnothing; Lisp_Object Qnotice; Lisp_Object Qobject; +Lisp_Object Qok; Lisp_Object Qold_assoc; Lisp_Object Qold_delete; Lisp_Object Qold_delq; @@ -135,12 +146,14 @@ Lisp_Object Qpointer; Lisp_Object Qpopup; Lisp_Object Qportrait; Lisp_Object Qprint; +Lisp_Object Qprinter; Lisp_Object Qprocess; Lisp_Object Qprovide; Lisp_Object Qrassoc; Lisp_Object Qrassq; Lisp_Object Qrequire; Lisp_Object Qresource; +Lisp_Object Qretry; Lisp_Object Qreturn; Lisp_Object Qreverse; Lisp_Object Qright; @@ -159,6 +172,7 @@ Lisp_Object Qsyntax; Lisp_Object Qterminal; Lisp_Object Qtest; Lisp_Object Qtext; +Lisp_Object Qthis_command; Lisp_Object Qtimeout; Lisp_Object Qtimestamp; Lisp_Object Qtoolbar; @@ -172,16 +186,18 @@ Lisp_Object Qunimplemented; Lisp_Object Qvalue_assoc; Lisp_Object Qvertical; Lisp_Object Qwarning; -Lisp_Object Qwidth; Lisp_Object Qwidget; +Lisp_Object Qwidth; Lisp_Object Qwindow; Lisp_Object Qwindow_system; Lisp_Object Qx; Lisp_Object Qy; +Lisp_Object Qyes; void syms_of_general (void) { + defsymbol (&Qabort, "abort"); defsymbol (&Qactually_requested, "actually-requested"); defsymbol (&Qafter, "after"); defsymbol (&Qall, "all"); @@ -198,6 +214,7 @@ syms_of_general (void) defsymbol (&Qbottom_margin, "bottom-margin"); defsymbol (&Qbuffer, "buffer"); defsymbol (&Qbutton, "button"); + defsymbol (&Qcancel, "cancel"); defsymbol (&Qcategory, "category"); defsymbol (&Qcenter, "center"); defsymbol (&Qchannel, "channel"); @@ -217,6 +234,7 @@ syms_of_general (void) defsymbol (&Qdelete, "delete"); defsymbol (&Qdelq, "delq"); defsymbol (&Qdevice, "device"); + defsymbol (&Qdialog, "dialog"); defsymbol (&Qdimension, "dimension"); defsymbol (&Qdisplay, "display"); defsymbol (&Qdoc_string, "doc-string"); @@ -232,6 +250,7 @@ syms_of_general (void) defsymbol (&Qfile_name, "file-name"); defsymbol (&Qfont, "font"); defsymbol (&Qframe, "frame"); + defsymbol (&Qfuncall, "funcall"); defsymbol (&Qfunction, "function"); defsymbol (&Qgap_overhead, "gap-overhead"); defsymbol (&Qgeneric, "generic"); @@ -239,10 +258,12 @@ syms_of_general (void) defsymbol (&Qglobal, "global"); defsymbol (&Qgutter, "gutter"); defsymbol (&Qheight, "height"); + defsymbol (&Qhelp, "help"); defsymbol (&Qhighlight, "highlight"); defsymbol (&Qhorizontal, "horizontal"); defsymbol (&Qicon, "icon"); defsymbol (&Qid, "id"); + defsymbol (&Qignore, "ignore"); defsymbol (&Qimage, "image"); defsymbol (&Qinfo, "info"); defsymbol (&Qinherit, "inherit"); @@ -253,14 +274,17 @@ syms_of_general (void) defsymbol (&Qkeyboard, "keyboard"); defsymbol (&Qkeymap, "keymap"); defsymbol (&Qlandscape, "landscape"); + defsymbol (&Qlast_command, "last-command"); defsymbol (&Qleft, "left"); defsymbol (&Qleft_margin, "left-margin"); + defsymbol (&Qlet, "let"); defsymbol (&Qlist, "list"); defsymbol (&Qmagic, "magic"); defsymbol (&Qmalloc_overhead, "malloc-overhead"); defsymbol (&Qmarkers, "markers"); defsymbol (&Qmax, "max"); defsymbol (&Qmemory, "memory"); + defsymbol (&Qmenubar, "menubar"); defsymbol (&Qmessage, "message"); defsymbol (&Qminus, "-"); defsymbol (&Qmodifiers, "modifiers"); @@ -268,11 +292,13 @@ syms_of_general (void) defsymbol (&Qmsprinter, "msprinter"); defsymbol (&Qmswindows, "mswindows"); defsymbol (&Qname, "name"); + defsymbol (&Qno, "no"); defsymbol (&Qnone, "none"); defsymbol (&Qnot, "not"); defsymbol (&Qnothing, "nothing"); defsymbol (&Qnotice, "notice"); defsymbol (&Qobject, "object"); + defsymbol (&Qok, "ok"); defsymbol (&Qold_assoc, "old-assoc"); defsymbol (&Qold_delete, "old-delete"); defsymbol (&Qold_delq, "old-delq"); @@ -286,12 +312,14 @@ syms_of_general (void) defsymbol (&Qpopup, "popup"); defsymbol (&Qportrait, "portrait"); defsymbol (&Qprint, "print"); + defsymbol (&Qprinter, "printer"); defsymbol (&Qprocess, "process"); defsymbol (&Qprovide, "provide"); defsymbol (&Qrassoc, "rassoc"); defsymbol (&Qrassq, "rassq"); defsymbol (&Qrequire, "require"); defsymbol (&Qresource, "resource"); + defsymbol (&Qretry, "retry"); defsymbol (&Qreturn, "return"); defsymbol (&Qreverse, "reverse"); defsymbol (&Qright, "right"); @@ -310,6 +338,7 @@ syms_of_general (void) defsymbol (&Qterminal, "terminal"); defsymbol (&Qtest, "test"); defsymbol (&Qtext, "text"); + defsymbol (&Qthis_command, "this-command"); defsymbol (&Qtimeout, "timeout"); defsymbol (&Qtimestamp, "timestamp"); defsymbol (&Qtoolbar, "toolbar"); @@ -323,10 +352,11 @@ syms_of_general (void) defsymbol (&Qvalue_assoc, "value-assoc"); defsymbol (&Qvertical, "vertical"); defsymbol (&Qwarning, "warning"); - defsymbol (&Qwidth, "width"); defsymbol (&Qwidget, "widget"); + defsymbol (&Qwidth, "width"); defsymbol (&Qwindow, "window"); defsymbol (&Qwindow_system, "window-system"); defsymbol (&Qx, "x"); defsymbol (&Qy, "y"); + defsymbol (&Qyes, "yes"); }