(x_list_fonts): Fix previous change.
This commit is contained in:
parent
8bdf4b20dd
commit
53ca46578b
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue