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 38687fe97..c0a42720a 100644
--- a/tex/context/base/mkxl/scrp-ini.lmt
+++ b/tex/context/base/mkxl/scrp-ini.lmt
@@ -94,13 +94,13 @@ local insertnodebefore, insertnodeafter do
local insertbefore = nuts.insertbefore
local setattributelist = nuts.setattributelist
- local function insertnodebefore(head,current,what) -- todo : lmtx
+ insertnodebefore = function (head,current,what) -- todo : lmtx
head, current = insertbefore(head,current,what)
setattributelist(what,current)
return head, current
end
- local function insertnodeafter(head,current,what) -- todo : lmtx
+ insertnodeafter = function(head,current,what) -- todo : lmtx
head, current = insertafter(head,current,what)
setattributelist(what,current)
return head, current