import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / src / general.c
index 7ed8d4c..a695b7f 100644 (file)
@@ -36,6 +36,7 @@ Lisp_Object Qactually_requested;
 Lisp_Object Qafter;
 Lisp_Object Qall;
 Lisp_Object Qand;
+Lisp_Object Qappend;
 Lisp_Object Qassoc;
 Lisp_Object Qat;
 Lisp_Object Qautodetect;
@@ -59,6 +60,7 @@ Lisp_Object Qcolor;
 Lisp_Object Qcolumns;
 Lisp_Object Qcommand;
 Lisp_Object Qconsole;
+Lisp_Object Qcopies;
 Lisp_Object Qcritical;
 Lisp_Object Qctext;
 Lisp_Object Qcursor;
@@ -84,6 +86,8 @@ Lisp_Object Qface;
 Lisp_Object Qfile_name;
 Lisp_Object Qfont;
 Lisp_Object Qframe;
+Lisp_Object Qfrom_page;
+Lisp_Object Qfull_assoc;
 Lisp_Object Qfuncall;
 Lisp_Object Qfunction;
 Lisp_Object Qgap_overhead;
@@ -178,6 +182,7 @@ Lisp_Object Qtimestamp;
 Lisp_Object Qtoolbar;
 Lisp_Object Qtop;
 Lisp_Object Qtop_margin;
+Lisp_Object Qto_page;
 Lisp_Object Qtty;
 Lisp_Object Qtype;
 Lisp_Object Qundecided;
@@ -202,6 +207,7 @@ syms_of_general (void)
   defsymbol (&Qafter, "after");
   defsymbol (&Qall, "all");
   defsymbol (&Qand, "and");
+  defsymbol (&Qappend, "append");
   defsymbol (&Qassoc, "assoc");
   defsymbol (&Qat, "at");
   defsymbol (&Qautodetect, "autodetect");
@@ -225,6 +231,7 @@ syms_of_general (void)
   defsymbol (&Qcolumns, "columns");
   defsymbol (&Qcommand, "command");
   defsymbol (&Qconsole, "console");
+  defsymbol (&Qcopies, "copies");
   defsymbol (&Qcritical, "critical");
   defsymbol (&Qctext, "ctext");
   defsymbol (&Qcursor, "cursor");
@@ -250,6 +257,9 @@ syms_of_general (void)
   defsymbol (&Qfile_name, "file-name");
   defsymbol (&Qfont, "font");
   defsymbol (&Qframe, "frame");
+  defsymbol (&Qfrom_page, "from-page");
+  defsymbol (&Qfunction, "function");
+  defsymbol (&Qfull_assoc, "full-assoc");
   defsymbol (&Qfuncall, "funcall");
   defsymbol (&Qfunction, "function");
   defsymbol (&Qgap_overhead, "gap-overhead");
@@ -344,6 +354,7 @@ syms_of_general (void)
   defsymbol (&Qtoolbar, "toolbar");
   defsymbol (&Qtop, "top");
   defsymbol (&Qtop_margin, "top-margin");
+  defsymbol (&Qto_page, "to-page");
   defsymbol (&Qtty, "tty");
   defsymbol (&Qtype, "type");
   defsymbol (&Qundecided, "undecided");