summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/scrp-ini.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/scrp-ini.lmt')
-rw-r--r--tex/context/base/mkxl/scrp-ini.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/scrp-ini.lmt b/tex/context/base/mkxl/scrp-ini.lmt
index 138251172..b71a530a2 100644
--- a/tex/context/base/mkxl/scrp-ini.lmt
+++ b/tex/context/base/mkxl/scrp-ini.lmt
@@ -92,14 +92,14 @@ local insertnodebefore, insertnodeafter do
local setattributelist = nuts.setattributelist
insertnodebefore = function (head,current,what) -- todo : lmtx
- head, current = insertbefore(head,current,what)
setattributelist(what,current)
+ head, current = insertbefore(head,current,what)
return head, current
end
insertnodeafter = function(head,current,what) -- todo : lmtx
- head, current = insertafter(head,current,what)
setattributelist(what,current)
+ head, current = insertafter(head,current,what)
return head, current
end