comparison src/macfns.c @ 47145:4443bcf5193e

(Qbar, Qbox): Removed. (syms_of_macfns): Don't intern or staticpro them.
author Kim F. Storm <storm@cua.dk>
date Fri, 30 Aug 2002 12:07:30 +0000
parents cecbc6fb52f0
children e92a6d6dd53f
comparison
equal deleted inserted replaced
47144:aef410a9a629 47145:4443bcf5193e
197 */ 197 */
198 198
199 /*&&& symbols declared here &&&*/ 199 /*&&& symbols declared here &&&*/
200 Lisp_Object Qauto_raise; 200 Lisp_Object Qauto_raise;
201 Lisp_Object Qauto_lower; 201 Lisp_Object Qauto_lower;
202 Lisp_Object Qbar;
203 Lisp_Object Qborder_color; 202 Lisp_Object Qborder_color;
204 Lisp_Object Qborder_width; 203 Lisp_Object Qborder_width;
205 Lisp_Object Qbox;
206 Lisp_Object Qcursor_color; 204 Lisp_Object Qcursor_color;
207 Lisp_Object Qcursor_type; 205 Lisp_Object Qcursor_type;
208 Lisp_Object Qgeometry; 206 Lisp_Object Qgeometry;
209 Lisp_Object Qicon_left; 207 Lisp_Object Qicon_left;
210 Lisp_Object Qicon_top; 208 Lisp_Object Qicon_top;
9887 /*&&& init symbols here &&&*/ 9885 /*&&& init symbols here &&&*/
9888 Qauto_raise = intern ("auto-raise"); 9886 Qauto_raise = intern ("auto-raise");
9889 staticpro (&Qauto_raise); 9887 staticpro (&Qauto_raise);
9890 Qauto_lower = intern ("auto-lower"); 9888 Qauto_lower = intern ("auto-lower");
9891 staticpro (&Qauto_lower); 9889 staticpro (&Qauto_lower);
9892 Qbar = intern ("bar");
9893 staticpro (&Qbar);
9894 Qborder_color = intern ("border-color"); 9890 Qborder_color = intern ("border-color");
9895 staticpro (&Qborder_color); 9891 staticpro (&Qborder_color);
9896 Qborder_width = intern ("border-width"); 9892 Qborder_width = intern ("border-width");
9897 staticpro (&Qborder_width); 9893 staticpro (&Qborder_width);
9898 Qbox = intern ("box");
9899 staticpro (&Qbox);
9900 Qcursor_color = intern ("cursor-color"); 9894 Qcursor_color = intern ("cursor-color");
9901 staticpro (&Qcursor_color); 9895 staticpro (&Qcursor_color);
9902 Qcursor_type = intern ("cursor-type"); 9896 Qcursor_type = intern ("cursor-type");
9903 staticpro (&Qcursor_type); 9897 staticpro (&Qcursor_type);
9904 Qgeometry = intern ("geometry"); 9898 Qgeometry = intern ("geometry");