mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
(Ffont_info): Make vector of correct size.
This commit is contained in:
parent
b32ce17b38
commit
e397ee4108
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ If the named font is not yet loaded, return nil.")
|
|||
if (!fontp)
|
||||
return Qnil;
|
||||
|
||||
info = Fmake_vector (make_number (7), Qnil);
|
||||
info = Fmake_vector (make_number (8), Qnil);
|
||||
|
||||
XVECTOR (info)->contents[0] = build_string (fontp->name);
|
||||
XVECTOR (info)->contents[1] = build_string (fontp->full_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue