summaryrefslogtreecommitdiff
path: root/tex/context/base/bibl-tra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/bibl-tra.lua')
-rw-r--r--tex/context/base/bibl-tra.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/bibl-tra.lua b/tex/context/base/bibl-tra.lua
index 6a9f77f43..55d541fdc 100644
--- a/tex/context/base/bibl-tra.lua
+++ b/tex/context/base/bibl-tra.lua
@@ -56,6 +56,10 @@ function hacks.register(str)
ordered[str] = #registered
end
+function hacks.nofregistered()
+ return #registered
+end
+
function hacks.reset(m)
mode, list, done = m, { }, { }
end