summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-05-04 20:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-05-04 20:15:05 +0200
commit09c6bc4b280905c198d7e40b3b6c3addc6f975ca (patch)
tree6c51a80f838f3d69a392c12fc1e8bd1b3e9d8c69 /tex/context/base/font-otn.lua
parent5f9befc0fd0b4b14d74862c8d3f577569b436cda (diff)
downloadcontext-09c6bc4b280905c198d7e40b3b6c3addc6f975ca.tar.gz
2015-05-04 19:02:00
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index 52fcbcbd6..440eb34ec 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -2732,7 +2732,7 @@ local function discrun(disc,drun,krun)
setfield(pre,"prev",nest)
setfield(prev,"next",disc)
else
- run(pre,"preinjections")
+ krun(pre,"preinjections")
end
return next
end