summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-act.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/math-act.lmt')
-rw-r--r--tex/context/base/mkxl/math-act.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/math-act.lmt b/tex/context/base/mkxl/math-act.lmt
index 9da799764..3df8c1700 100644
--- a/tex/context/base/mkxl/math-act.lmt
+++ b/tex/context/base/mkxl/math-act.lmt
@@ -355,13 +355,13 @@ end
mathematics.extensiblecode = extensiblecode
mathematics.horizontalcode = horizontalcode
-interfaces.implement {
+interfaces.implement { -- can be public with two times "integerargument"
name = "extensiblecode",
arguments = { "integer", "integer" },
actions = { extensiblecode, context }
}
-interfaces.implement {
+interfaces.implement { -- can be public with two times "integerargument"
name = "horizontalcode",
arguments = { "integer", "integer" },
actions = function(family,unicode)