summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 09:41:37 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 09:41:37 +0200
commite11d06a1ad06376fd9229db9bbb760d3706038d5 (patch)
treef355110b66b9b27f218f726efb4abf93d115156b
parent3be0018a711851ab1ddcf65af0f9b3d7584f2234 (diff)
downloadluaotfload-e11d06a1ad06376fd9229db9bbb760d3706038d5.tar.gz
sync with Context as of 2013-05-18
-rw-r--r--luaotfload-merged.lua6
1 files 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)