summaryrefslogtreecommitdiff
path: root/tex/context/base/back-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/back-ini.lua')
-rw-r--r--tex/context/base/back-ini.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/back-ini.lua b/tex/context/base/back-ini.lua
index b50699d15..dadaaa837 100644
--- a/tex/context/base/back-ini.lua
+++ b/tex/context/base/back-ini.lua
@@ -103,8 +103,6 @@ backends.codeinjections = {
setfigurealternative = nothing,
enabletags = nothing,
- maptag = nothing,
- mapping = nothing, -- returns table
mergereferences = nothing,
mergeviewerlayers = nothing,
@@ -115,7 +113,9 @@ backends.codeinjections = {
-- called in tex
- finalizepage = nothing -- will go when we have a hook at the lua end
+ finalizepage = nothing, -- will go when we have a hook at the lua end
+
+ finishreference = nothing,
}