summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-dsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-dsp.lua')
-rw-r--r--tex/context/base/mkiv/font-dsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/font-dsp.lua b/tex/context/base/mkiv/font-dsp.lua
index fc56df3f2..76bc5912d 100644
--- a/tex/context/base/mkiv/font-dsp.lua
+++ b/tex/context/base/mkiv/font-dsp.lua
@@ -2206,7 +2206,7 @@ do
derived = true, -- handy for tracing
steps = d.steps,
nofsteps = d.nofsteps,
- type = d.lookuptype,
+ type = d.lookuptype or "gsub_single", -- todo: check type
markclass = d.markclass or nil,
flags = d.flags,
-- chain = d.chain,