comparison src/faces.c @ 5475:248176c74e6b

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Sat, 23 Apr 2011 23:47:13 +0200
parents 4dee0387b9de af961911bcb2
children b0d712bbc2a6
comparison
equal deleted inserted replaced
5474:4dee0387b9de 5475:248176c74e6b
2223 If non-zero, display debug information about X faces 2223 If non-zero, display debug information about X faces
2224 */ ); 2224 */ );
2225 debug_x_faces = 0; 2225 debug_x_faces = 0;
2226 #endif 2226 #endif
2227 2227
2228 { 2228 Vbuilt_in_face_specifiers =
2229 Lisp_Object syms[20]; 2229 listu (Qforeground, Qbackground, Qfont, Qdisplay_table, Qbackground_pixmap,
2230 int n = 0; 2230 Qbackground_placement, Qunderline, Qstrikethru, Qhighlight, Qdim,
2231 2231 Qblinking, Qreverse, Qunbound);
2232 syms[n++] = Qforeground; 2232 staticpro (&Vbuilt_in_face_specifiers);
2233 syms[n++] = Qbackground;
2234 syms[n++] = Qfont;
2235 syms[n++] = Qdisplay_table;
2236 syms[n++] = Qbackground_pixmap;
2237 syms[n++] = Qbackground_placement;
2238 syms[n++] = Qunderline;
2239 syms[n++] = Qstrikethru;
2240 syms[n++] = Qhighlight;
2241 syms[n++] = Qdim;
2242 syms[n++] = Qblinking;
2243 syms[n++] = Qreverse;
2244
2245 Vbuilt_in_face_specifiers = Flist (n, syms);
2246 staticpro (&Vbuilt_in_face_specifiers);
2247 }
2248 } 2233 }
2249 2234
2250 void 2235 void
2251 complex_vars_of_faces (void) 2236 complex_vars_of_faces (void)
2252 { 2237 {