(Ffont_info): Make vector of correct size.

This commit is contained in:
Kenichi Handa 1997-07-09 06:54:54 +00:00
parent b32ce17b38
commit e397ee4108

View file

@ -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);