summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-fbk.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/math-fbk.lmt')
-rw-r--r--tex/context/base/mkxl/math-fbk.lmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/math-fbk.lmt b/tex/context/base/mkxl/math-fbk.lmt
index 052f15f50..1cc02a49f 100644
--- a/tex/context/base/mkxl/math-fbk.lmt
+++ b/tex/context/base/mkxl/math-fbk.lmt
@@ -27,6 +27,7 @@ mathematics.fallbacks = fallbacks
----- helpers = fonts.helpers
----- charcommand = helpers.commands.char
+----- slotcommand = helpers.commands.slot
----- leftcommand = helpers.commands.left
----- rightcommand = helpers.commands.right
----- upcommand = helpers.commands.up
@@ -409,7 +410,7 @@ end
-- local function reference(index,char)
-- if index then
--- return { "slot", index, char }
+-- return slotcommand[index][char]
-- else
-- return charcommand[char]
-- end