summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ctx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-03-26 12:41:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-03-26 12:41:00 +0100
commite5cb80b1f67dd1acb700e996f24e93bc426e5ccb (patch)
tree5e0da6a8a941dc3e765dee07f4a2cefc86d24fcd /tex/context/base/font-ctx.lua
parentdec8cba9966ab3476fb323b3d6ad7d234f4cea5e (diff)
downloadcontext-e5cb80b1f67dd1acb700e996f24e93bc426e5ccb.tar.gz
beta 2011.03.26 12:41
Diffstat (limited to 'tex/context/base/font-ctx.lua')
-rw-r--r--tex/context/base/font-ctx.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/font-ctx.lua b/tex/context/base/font-ctx.lua
index f425b79de..d3886eee8 100644
--- a/tex/context/base/font-ctx.lua
+++ b/tex/context/base/font-ctx.lua
@@ -130,8 +130,7 @@ end)
-- this cannot be a feature initializer as there is no auto namespace
-- so we never enter the loop then
-local function modechecker(tfmdata,features) -- we cannot adapt features as they are shared!
- local mode = features.mode
+local function modechecker(tfmdata,features,mode) -- we cannot adapt features as they are shared!
if mode == "auto" then
local script = features.script
local language = features.language