comparison src/xterm.c @ 24633:c7d905dca6ba

(x_list_fonts): Fix previous change.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Apr 1999 06:02:19 +0000
parents b18f51ec1b6c
children 585a5e69e371
comparison
equal deleted inserted replaced
24632:a6ad37f4f6cb 24633:c7d905dca6ba
6472 int maxnames; 6472 int maxnames;
6473 { 6473 {
6474 Lisp_Object list = Qnil, patterns, newlist = Qnil, key, tem, second_best; 6474 Lisp_Object list = Qnil, patterns, newlist = Qnil, key, tem, second_best;
6475 Display *dpy = f != NULL ? FRAME_X_DISPLAY (f) : x_display_list->display; 6475 Display *dpy = f != NULL ? FRAME_X_DISPLAY (f) : x_display_list->display;
6476 int try_XLoadQueryFont = 0; 6476 int try_XLoadQueryFont = 0;
6477 int count;
6477 6478
6478 patterns = Fassoc (pattern, Valternate_fontname_alist); 6479 patterns = Fassoc (pattern, Valternate_fontname_alist);
6479 if (NILP (patterns)) 6480 if (NILP (patterns))
6480 patterns = Fcons (pattern, Qnil); 6481 patterns = Fcons (pattern, Qnil);
6481 6482