Mercurial > emacs
changeset 19447:34099ec680df
(x_list_fonts): Adjusted for the name change of
Valternate_fontname_alist.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 22 Aug 1997 01:19:27 +0000 |
parents | 15ecd855fec8 |
children | 950a178e8783 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);