summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/node-nut.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-05-20 17:05:45 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-05-20 17:05:45 +0200
commit4e863080ff7d71e04f861ab33046e7e799a8a8c6 (patch)
tree2e7b188c7873549d00c1ed5c8f3de006f4cf99e7 /tex/context/base/mkiv/node-nut.lua
parentf0a7f858266c83825b2c8f6e9731d3c21abd3f9f (diff)
downloadcontext-4e863080ff7d71e04f861ab33046e7e799a8a8c6.tar.gz
2021-05-20 15:59:00
Diffstat (limited to 'tex/context/base/mkiv/node-nut.lua')
-rw-r--r--tex/context/base/mkiv/node-nut.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/node-nut.lua b/tex/context/base/mkiv/node-nut.lua
index 2f69a0f15..dcd08f317 100644
--- a/tex/context/base/mkiv/node-nut.lua
+++ b/tex/context/base/mkiv/node-nut.lua
@@ -442,9 +442,9 @@ if not nuts.getpre then
function nuts.getpost (n) local _, h, _, _, t, _ = d_getdisc(n,true) return h, t end
function nuts.getreplace(n) local _, _, h, _, _, t = d_getdisc(n,true) return h, t end
- function nuts.setpre (n,h) d_setfield(d,"pre", h) end
- function nuts.setpost (n,h) d_setfield(d,"post", h) end
- function nuts.setreplace(n,h) d_setfield(d,"replace",h) end
+ function nuts.setpre (n,h) d_setfield(n,"pre", h) end
+ function nuts.setpost (n,h) d_setfield(n,"post", h) end
+ function nuts.setreplace(n,h) d_setfield(n,"replace",h) end
end