summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-cmp.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-cmp.lmt')
-rw-r--r--tex/context/base/mkxl/node-cmp.lmt12
1 files changed, 4 insertions, 8 deletions
diff --git a/tex/context/base/mkxl/node-cmp.lmt b/tex/context/base/mkxl/node-cmp.lmt
index 8f805abd9..887020351 100644
--- a/tex/context/base/mkxl/node-cmp.lmt
+++ b/tex/context/base/mkxl/node-cmp.lmt
@@ -202,12 +202,8 @@ local iszeroglue = direct.iszeroglue
local getglue = direct.getglue
local setglue = direct.setglue
-function node.iszeroglue(n) return iszeroglue(todirect(n)) end
-function node.getglue (n) return getglue (todirect(n)) end
-function node.setglue (n) return setglue (todirect(n)) end
-
-node.family_font = tex.getfontoffamily
-
--- node.get_glue = node.getglue
--- node.set_glue = node.setglue
+function node.iszeroglue(n) return iszeroglue(todirect(n)) end
+function node.getglue (n) return getglue (todirect(n)) end
+function node.setglue (n,...) return setglue (todirect(n),...) end
+node.family_font = tex.getfontoffamily