Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/objects-x.c Mon Dec 19 22:51:17 2005 +0000 +++ b/src/objects-x.c Tue Dec 20 22:01:52 2005 +0000 @@ -1175,7 +1175,7 @@ Extbyte **names; int count = 0; const Extbyte *patternext; - Lisp_Object result = Qunbound; + Lisp_Object result = Qnil; int i; /* #### with Xft need to handle second stage here -- sjt