summaryrefslogtreecommitdiff
path: root/tex/context/base/char-tex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/char-tex.lua')
-rw-r--r--tex/context/base/char-tex.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/char-tex.lua b/tex/context/base/char-tex.lua
index 2093c6d6c..df7433409 100644
--- a/tex/context/base/char-tex.lua
+++ b/tex/context/base/char-tex.lua
@@ -23,7 +23,6 @@ local mark = utilities.storage.mark
local context = context
local commands = commands
-local implement = interfaces.implement
local characters = characters
local texcharacters = { }
@@ -419,6 +418,10 @@ end
-- all kind of initializations
+if not interfaces then return end
+
+local implement = interfaces.implement
+
local tex = tex
local texsetlccode = tex.setlccode
local texsetuccode = tex.setuccode