* src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.
This commit is contained in:
@@ -2994,7 +2994,7 @@ macfont_shape (Lisp_Object lgstring)
|
||||
|
||||
if (NILP (lglyph))
|
||||
{
|
||||
lglyph = Fmake_vector (make_number (LGLYPH_SIZE), Qnil);
|
||||
lglyph = LGLYPH_NEW ();
|
||||
LGSTRING_SET_GLYPH (lgstring, i, lglyph);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user