summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-doc.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-07-26 19:37:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-07-26 19:37:00 +0200
commit07f9052e9f88459a4ee947f6c01d9de1119b8355 (patch)
treebab894ba034423f33358488de889e64e83220979 /tex/context/base/strc-doc.lua
parent860c6eaca8251c559f0486c0c1acf7f161821d82 (diff)
downloadcontext-07f9052e9f88459a4ee947f6c01d9de1119b8355.tar.gz
beta 2012.07.26 19:37
Diffstat (limited to 'tex/context/base/strc-doc.lua')
-rw-r--r--tex/context/base/strc-doc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/strc-doc.lua b/tex/context/base/strc-doc.lua
index 758c7f0e9..618be1146 100644
--- a/tex/context/base/strc-doc.lua
+++ b/tex/context/base/strc-doc.lua
@@ -22,7 +22,7 @@ local max, min = math.max, math.min
local allocate, mark, accesstable = utilities.storage.allocate, utilities.storage.mark, utilities.tables.accesstable
local catcodenumbers = catcodes.numbers
-local ctxcatcodes = tex.ctxcatcodes
+local ctxcatcodes = catcodenumbers.ctxcatcodes
local variables = interfaces.variables
local v_last = variables.last