summaryrefslogtreecommitdiff
path: root/tex/context/modules
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-08-05 17:44:39 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-08-05 17:44:39 +0200
commit178de9556e3cb519672f9b54db7b5b29eec43c69 (patch)
tree4a6131cbd880fdd2c613e9a372b8d661acd70f4d /tex/context/modules
parent79db9f0bfc67ea8b4ed21d966e270f0adddfd8b8 (diff)
downloadcontext-178de9556e3cb519672f9b54db7b5b29eec43c69.tar.gz
2022-08-05 17:17:00
Diffstat (limited to 'tex/context/modules')
-rw-r--r--tex/context/modules/mkiv/s-fonts-emoji.mkiv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/modules/mkiv/s-fonts-emoji.mkiv b/tex/context/modules/mkiv/s-fonts-emoji.mkiv
index 096b90263..f26a2bb09 100644
--- a/tex/context/modules/mkiv/s-fonts-emoji.mkiv
+++ b/tex/context/modules/mkiv/s-fonts-emoji.mkiv
@@ -79,7 +79,7 @@ local function emojiglyphs(name)
end
end
end
- nodes.flush_list(e)
+ nodes.flushlist(e)
return #s > 0 and s or nil
end
end