From e11d06a1ad06376fd9229db9bbb760d3706038d5 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 18 May 2013 09:41:37 +0200 Subject: sync with Context as of 2013-05-18 --- luaotfload-merged.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luaotfload-merged.lua b/luaotfload-merged.lua index ffb0016..82ea91f 100644 --- a/luaotfload-merged.lua +++ b/luaotfload-merged.lua @@ -1,6 +1,6 @@ -- merged file : luatex-fonts-merged.lua -- parent file : luatex-fonts.lua --- merge date : 05/16/13 00:29:34 +-- merge date : 05/18/13 02:06:59 do -- begin closure to overcome local limits and interference @@ -7434,8 +7434,8 @@ local function featuresinitializer(tfmdata,value) end end end - if basepositions then - for feature,data in next,basepositions do + if basepositionings then + for feature,data in next,basepositionings do local value=features[feature] if value then local validlookups,lookuplist=collectlookups(rawdata,feature,script,language) -- cgit v1.2.3