# HG changeset patch # User Kenichi Handa # Date 872212767 0 # Node ID 34099ec680dfd57669153bf50f168f7772786d92 # Parent 15ecd855fec866bae51225e367940468f000499e (x_list_fonts): Adjusted for the name change of Valternate_fontname_alist. diff -r 15ecd855fec8 -r 34099ec680df src/xterm.c --- a/src/xterm.c Wed Aug 20 23:15:22 1997 +0000 +++ b/src/xterm.c Fri Aug 22 01:19:27 1997 +0000 @@ -6370,7 +6370,7 @@ 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);