diff options
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index d1819cc0385..aaeccf3d7ef 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -718,7 +718,7 @@ If the named font is not yet loaded, return nil.") | |||
| 718 | if (!fontp) | 718 | if (!fontp) |
| 719 | return Qnil; | 719 | return Qnil; |
| 720 | 720 | ||
| 721 | info = Fmake_vector (make_number (7), Qnil); | 721 | info = Fmake_vector (make_number (8), Qnil); |
| 722 | 722 | ||
| 723 | XVECTOR (info)->contents[0] = build_string (fontp->name); | 723 | XVECTOR (info)->contents[0] = build_string (fontp->name); |
| 724 | XVECTOR (info)->contents[1] = build_string (fontp->full_name); | 724 | XVECTOR (info)->contents[1] = build_string (fontp->full_name); |