(x_list_fonts): Fix previous change.

This commit is contained in:
Karl Heuer 1999-04-26 06:02:19 +00:00
parent 8bdf4b20dd
commit 53ca46578b

View file

@ -6474,6 +6474,7 @@ x_list_fonts (f, pattern, size, maxnames)
Lisp_Object list = Qnil, patterns, newlist = Qnil, key, tem, second_best;
Display *dpy = f != NULL ? FRAME_X_DISPLAY (f) : x_display_list->display;
int try_XLoadQueryFont = 0;
int count;
patterns = Fassoc (pattern, Valternate_fontname_alist);
if (NILP (patterns))