summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mlib-pps.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/mlib-pps.lua')
-rw-r--r--tex/context/base/mkiv/mlib-pps.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/mlib-pps.lua b/tex/context/base/mkiv/mlib-pps.lua
index 39b80e344..05c29dad3 100644
--- a/tex/context/base/mkiv/mlib-pps.lua
+++ b/tex/context/base/mkiv/mlib-pps.lua
@@ -1846,7 +1846,7 @@ local ot_reset, ot_analyze, ot_process do
local outlinetexts = { } -- also in top data
- local function ot_reset()
+ ot_reset = function ()
outlinetexts = { }
end
@@ -1874,7 +1874,7 @@ local ot_reset, ot_analyze, ot_process do
else
- local function ot_analyze(object,prescript)
+ ot_analyze = function(object,prescript)
local ot_stage = prescript.ot_stage
local ot_index = tonumber(prescript.ot_index)
if ot_index and ot_stage == "trial" and not outlinetexts[ot_index] then