comparison src/objects-x.c @ 3154:f94f72c6ceb0

[xemacs-hg @ 2005-12-20 22:01:50 by aidan] The Xft merge broke the server-side X11 charset font cache.
author aidan
date Tue, 20 Dec 2005 22:01:52 +0000
parents 859a2346db99
children c9423e7289d2
comparison
equal deleted inserted replaced
3153:962f429ac715 3154:f94f72c6ceb0
1173 int stage) 1173 int stage)
1174 { 1174 {
1175 Extbyte **names; 1175 Extbyte **names;
1176 int count = 0; 1176 int count = 0;
1177 const Extbyte *patternext; 1177 const Extbyte *patternext;
1178 Lisp_Object result = Qunbound; 1178 Lisp_Object result = Qnil;
1179 int i; 1179 int i;
1180 1180
1181 /* #### with Xft need to handle second stage here -- sjt 1181 /* #### with Xft need to handle second stage here -- sjt
1182 Hm. Or maybe not. That would be cool. :-) */ 1182 Hm. Or maybe not. That would be cool. :-) */
1183 if (stage) 1183 if (stage)