summaryrefslogtreecommitdiff
path: root/tex/context/base/catc-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/catc-ini.lua')
-rw-r--r--tex/context/base/catc-ini.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/catc-ini.lua b/tex/context/base/catc-ini.lua
index d4f9b65af..9241f5a1b 100644
--- a/tex/context/base/catc-ini.lua
+++ b/tex/context/base/catc-ini.lua
@@ -39,3 +39,7 @@ end
table.setmetatableindex(numbers,function(t,k) if type(k) == "number" then t[k] = k return k end end)
table.setmetatableindex(names, function(t,k) if type(k) == "string" then t[k] = k return k end end)
+
+commands.registercatcodetable = catcodes.register
+--------.definecatcodetable = characters.define -- not yet defined
+--------.setcharactercodes = characters.setcodes -- not yet defined