summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ctx.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-03-26 14:00:13 +0200
committerMarius <mariausol@gmail.com>2011-03-26 14:00:13 +0200
commitbc20cf026cb0d2a175c116c5840d167f341d885e (patch)
tree09d9aa0186d16c3aa6d23186babfdbc9b2baf7e8 /tex/context/base/font-ctx.lua
parentf180acf05ebaa586f8ba705e4b58672416bede5e (diff)
downloadcontext-bc20cf026cb0d2a175c116c5840d167f341d885e.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