aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macfont.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfont.m b/src/macfont.m
index 42ebfd3d6b7..7f153e13045 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -2994,7 +2994,7 @@ macfont_shape (Lisp_Object lgstring)
2994 2994
2995 if (NILP (lglyph)) 2995 if (NILP (lglyph))
2996 { 2996 {
2997 lglyph = Fmake_vector (make_number (LGLYPH_SIZE), Qnil); 2997 lglyph = LGLYPH_NEW ();
2998 LGSTRING_SET_GLYPH (lgstring, i, lglyph); 2998 LGSTRING_SET_GLYPH (lgstring, i, lglyph);
2999 } 2999 }
3000 3000