mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 11:50:38 -08:00
* src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.
This commit is contained in:
parent
140e7f890f
commit
c26d452ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue