projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140e7f8
)
* src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 28 Apr 2019 22:31:45 +0000
(07:31 +0900)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 28 Apr 2019 22:31:45 +0000
(07:31 +0900)
src/macfont.m
patch
|
blob
|
history
diff --git
a/src/macfont.m
b/src/macfont.m
index 42ebfd3d6b78bcda7e7ff62e4862f5029f3e8822..7f153e13045358b11f76acbe86db9ccd0f673eb0 100644
(file)
--- a/
src/macfont.m
+++ b/
src/macfont.m
@@
-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);
}