From: Kenichi Handa Date: Fri, 22 Aug 1997 01:19:27 +0000 (+0000) Subject: (x_list_fonts): Adjusted for the name change of X-Git-Tag: emacs-20.1~501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b0efe7393e75bccf715f7248409749b43407916;p=emacs.git (x_list_fonts): Adjusted for the name change of Valternate_fontname_alist. --- diff --git a/src/xterm.c b/src/xterm.c index be119e24a77..3a13f896ff6 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6370,7 +6370,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; - patterns = Fassoc (pattern, Valternative_fontname_alist); + patterns = Fassoc (pattern, Valternate_fontname_alist); if (NILP (patterns)) patterns = Fcons (pattern, Qnil);