diff options
| author | Kenichi Handa | 1997-08-22 01:19:27 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-22 01:19:27 +0000 |
| commit | 6b0efe7393e75bccf715f7248409749b43407916 (patch) | |
| tree | c13c9b9d66e36412d5881b6e80d855f20c1d6437 /src | |
| parent | 6c8f27539f12e407dde137653659873f801bf388 (diff) | |
| download | emacs-6b0efe7393e75bccf715f7248409749b43407916.tar.gz emacs-6b0efe7393e75bccf715f7248409749b43407916.zip | |
(x_list_fonts): Adjusted for the name change of
Valternate_fontname_alist.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 6370 | Lisp_Object list = Qnil, patterns, newlist = Qnil, key, tem, second_best; | 6370 | Lisp_Object list = Qnil, patterns, newlist = Qnil, key, tem, second_best; |
| 6371 | Display *dpy = f != NULL ? FRAME_X_DISPLAY (f) : x_display_list->display; | 6371 | Display *dpy = f != NULL ? FRAME_X_DISPLAY (f) : x_display_list->display; |
| 6372 | 6372 | ||
| 6373 | patterns = Fassoc (pattern, Valternative_fontname_alist); | 6373 | patterns = Fassoc (pattern, Valternate_fontname_alist); |
| 6374 | if (NILP (patterns)) | 6374 | if (NILP (patterns)) |
| 6375 | patterns = Fcons (pattern, Qnil); | 6375 | patterns = Fcons (pattern, Qnil); |
| 6376 | 6376 | ||