diff options
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 95d6d05dcb8..361a0d1159e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5432,7 +5432,7 @@ x_new_fontset (f, fontsetname) | |||
| 5432 | /* Since x_new_font doesn't update any fontset information, do it now. */ | 5432 | /* Since x_new_font doesn't update any fontset information, do it now. */ |
| 5433 | f->output_data.x->fontset = fontset; | 5433 | f->output_data.x->fontset = fontset; |
| 5434 | FS_LOAD_FONT (f, FRAME_X_FONT_TABLE (f), | 5434 | FS_LOAD_FONT (f, FRAME_X_FONT_TABLE (f), |
| 5435 | CHARSET_ASCII, XSTRING (result)->data, fontset); | 5435 | CHARSET_ASCII, fontsetp->fontname[CHARSET_ASCII], fontset); |
| 5436 | 5436 | ||
| 5437 | return build_string (fontsetname); | 5437 | return build_string (fontsetname); |
| 5438 | } | 5438 | } |