summaryrefslogtreecommitdiff
path: root/luaotfload-merged.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 02:49:19 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 02:49:19 -0700
commit1ae16ddf7fbfde3eafedcbe1800592221ab751f3 (patch)
tree20fb6933eaa4ce674935dcbdae1f33633bedc6ce /luaotfload-merged.lua
parent321d0c6d4242095f4193a8aa0bfc3fcfef6201d2 (diff)
parente6f4638b1daa0923f5e33a4a6be83d3ad662d5d9 (diff)
downloadluaotfload-1ae16ddf7fbfde3eafedcbe1800592221ab751f3.tar.gz
Merge pull request #78 from phi-gamma/master
v2.2 / TeX Live 2013
Diffstat (limited to 'luaotfload-merged.lua')
-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)