changeset 24633:c7d905dca6ba

(x_list_fonts): Fix previous change.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Apr 1999 06:02:19 +0000
parents a6ad37f4f6cb
children 49bd935ccb48
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Apr 26 05:58:59 1999 +0000
+++ b/src/xterm.c	Mon Apr 26 06:02:19 1999 +0000
@@ -6474,6 +6474,7 @@
   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))