summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/font-chk.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/font-chk.lmt')
-rw-r--r--tex/context/base/mkxl/font-chk.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/font-chk.lmt b/tex/context/base/mkxl/font-chk.lmt
index 05a3611cc..e70e9083d 100644
--- a/tex/context/base/mkxl/font-chk.lmt
+++ b/tex/context/base/mkxl/font-chk.lmt
@@ -487,7 +487,7 @@ do
local cache = table.setmetatableindex("table")
- callback.register("missing_character", function(n,f,c)
+ callbacks.register("missing_character", function(n,f,c)
local cached = cache[f]
local found = cached[c]
if found == nil then
@@ -530,7 +530,7 @@ do
n.font = found[1]
n.scale = found[2]
end
- end)
+ end,"report details about a missing character")
function definers.registerfallbackfont(style,list)
local l = fallbacks[style]