summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/publ-tra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/publ-tra.lua')
-rw-r--r--tex/context/base/mkiv/publ-tra.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/publ-tra.lua b/tex/context/base/mkiv/publ-tra.lua
index 81bbc2fd3..80dd143d0 100644
--- a/tex/context/base/mkiv/publ-tra.lua
+++ b/tex/context/base/mkiv/publ-tra.lua
@@ -8,7 +8,7 @@ if not modules then modules = { } end modules ['publ-tra'] = {
-- todo: use context.tt .. more efficient, less code
-local next, type = next, type
+local next, type, rawget = next, type, rawget
local sortedhash = table.sortedhash
local sortedkeys = table.sortedkeys