summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mlib-pps.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-08-11 01:23:08 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-08-11 01:23:08 +0200
commit1ef7a093aaf03b6327b3da94d47f53760c868c60 (patch)
tree228e6d4a5005598aaea191b3317c2fa21e22de75 /tex/context/base/mkiv/mlib-pps.lua
parentb61d5dd3555e906b21601ff75b3268c0f359283e (diff)
downloadcontext-1ef7a093aaf03b6327b3da94d47f53760c868c60.tar.gz
2018-08-10 16:58:00
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