summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-tag.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lpdf-tag.lua')
-rw-r--r--tex/context/base/lpdf-tag.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/lpdf-tag.lua b/tex/context/base/lpdf-tag.lua
index f9ef43818..77c5776e2 100644
--- a/tex/context/base/lpdf-tag.lua
+++ b/tex/context/base/lpdf-tag.lua
@@ -199,11 +199,11 @@ local function makeelement(fulltag,parent,attr)
elseif tg == "mstackertop" or tg == "mstackerbot" or tg == "mstackermid"then
return true
elseif tg == "mstacker" then
-print("get",fulltag)
local p = properties[fulltag]
tg = p and p.subtype or tg
end
- local k, r = pdfarray(), pdfreserveobject()
+ local k = pdfarray()
+ local r = pdfreserveobject()
local a = userproperties[fulltag]
usedmapping[tg] = true
tg = usedlabels[tg] or tg