Mercurial > hg > xemacs-beta
diff src/general.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 501cfd01ee6d |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/general.c Mon Aug 13 11:18:12 2007 +0200 +++ b/src/general.c Mon Aug 13 11:19:21 2007 +0200 @@ -36,6 +36,7 @@ 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 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 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 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 @@ 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 @@ 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 @@ 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 @@ 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");