summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-18 21:02:20 +0000
committerKarl Berry <karl@freefriends.org>2022-03-18 21:02:20 +0000
commita30f808127bc1d91d3ede9e23d1e57b262679ac7 (patch)
treebc2d3e7d41ed97ddcff2617a452acf42a9ac23e0 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
parent951a25aaad8c7eac7cc96e83fc0f413360550085 (diff)
luaotfload (18mar22)
git-svn-id: svn://tug.org/texlive/trunk@62788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
index d297061a7d5..01c04becb1f 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
@@ -5,8 +5,8 @@
assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
name = "luaotfload-features",
- version = "3.20", --TAGVERSION
- date = "2022-02-27", --TAGDATE
+ version = "3.21", --TAGVERSION
+ date = "2022-03-18", --TAGDATE
description = "luaotfload submodule / features",
license = "GPL v2.0",
author = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang, Marcel Krüger",
@@ -840,7 +840,7 @@ local normalize_lookup = setmetatable({}, {__index = function(t, f)
local function result(head)
return normalize_func(head, f, characters, true)
end
- t[fontdir] = result
+ t[f] = result
return result
end})
-- When this is loaded as part of luaotfload-tool, then we can't access nodes