]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_list_fonts): Adjusted for the name change of
authorKenichi Handa <handa@m17n.org>
Fri, 22 Aug 1997 01:19:27 +0000 (01:19 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 22 Aug 1997 01:19:27 +0000 (01:19 +0000)
Valternate_fontname_alist.

src/xterm.c

index be119e24a77c62c5d46ecfe5a69fc39d519edca0..3a13f896ff68ca0f150c7f3f7e58c29e8f445070 100644 (file)
@@ -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);