summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/minim-math/minim-math.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/minim-math/minim-math.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/minim-math/minim-math.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/minim-math/minim-math.lua b/Master/texmf-dist/tex/luatex/minim-math/minim-math.lua
index 194e9388199..6373809e433 100644
--- a/Master/texmf-dist/tex/luatex/minim-math/minim-math.lua
+++ b/Master/texmf-dist/tex/luatex/minim-math/minim-math.lua
@@ -2,7 +2,7 @@
local M = {}
local alloc = require ('minim-alloc')
-local callbacks = require ('minim-callbacks')
+local cb = require ('minim-callbacks')
alloc.remember('minim-math')
@@ -312,7 +312,7 @@ local transformcodes = alloc.saved_table ('math:transformcodes')
-- set a character as transformable
local function set_transform (num, char)
- c = alloc.new_count ('math transform '..char)
+ local c = alloc.new_count ('math transform '..char)
transformcodes[num] = c
tex.setcount ('global', c, num)
end
@@ -403,7 +403,7 @@ local function inspect_noads (h,d,n)
return true
end
-callbacks.register ('mlist_to_mlist', inspect_noads)
+cb.register ('mlist_to_mlist', inspect_noads)
-- 1 Reading the math character table