summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-12-06 01:21:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-12-06 01:21:00 +0100
commitaa7af748bc475891fb91683ea1708f6db79cfbb0 (patch)
treed926a40eee9feba9625fdaa71cae3def0b62a3c7 /tex/context/base/luat-ini.lua
parent5843319486b908403bd682c57f5b446b31dd121f (diff)
downloadcontext-aa7af748bc475891fb91683ea1708f6db79cfbb0.tar.gz
beta 2012.12.06 01:21
Diffstat (limited to 'tex/context/base/luat-ini.lua')
-rw-r--r--tex/context/base/luat-ini.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/luat-ini.lua b/tex/context/base/luat-ini.lua
index 94c878eb1..0b8c5d951 100644
--- a/tex/context/base/luat-ini.lua
+++ b/tex/context/base/luat-ini.lua
@@ -25,6 +25,9 @@ moduledata = moduledata or { } -- only for development team
documentdata = documentdata or { } -- for users (e.g. raw data)
parametersets = parametersets or { } -- experimental for team
+table.setmetatableindex(moduledata,table.autokey)
+table.setmetatableindex(thirddata, table.autokey)
+
--[[ldx--
<p>Please create a namespace within these tables before using them!</p>