summaryrefslogtreecommitdiff
path: root/src/macfont.m
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2019-04-29 09:12:53 -0700
committerGlenn Morris <rgm@gnu.org>2019-04-29 09:12:53 -0700
commit7c7ee1dd52239ecc3665b7542bd5e0ebc9b74795 (patch)
tree9ac0d4b0cb1888b3fd4c836044341a40105cf3fa /src/macfont.m
parent3a903f09a10fc506df8bd0f0242856c7595c8e7d (diff)
parentc26d452ae15a74f0eeec53ba529eebaa95eb5489 (diff)
downloademacs-7c7ee1dd52239ecc3665b7542bd5e0ebc9b74795.tar.gz
Merge from origin/emacs-26
c26d452 (origin/emacs-26) * src/macfont.m (macfont_shape): Use conven... 140e7f8 Recommend using font-lock-face over face (Bug#35044) 7cb5364 Check if mouse_face_overlay was deleted (Bug#35273) # Conflicts: # src/macfont.m
Diffstat (limited to 'src/macfont.m')
-rw-r--r--src/macfont.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfont.m b/src/macfont.m
index d8e86201f53..0ade77e7337 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -2991,7 +2991,7 @@ macfont_shape (Lisp_Object lgstring)
if (NILP (lglyph))
{
- lglyph = make_nil_vector (LGLYPH_SIZE);
+ lglyph = LGLYPH_NEW ();
LGSTRING_SET_GLYPH (lgstring, i, lglyph);
}