summaryrefslogtreecommitdiff
path: root/tex/context/base/data-con.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/data-con.lua')
-rw-r--r--tex/context/base/data-con.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/data-con.lua b/tex/context/base/data-con.lua
index 0c16571cb..a38440fbf 100644
--- a/tex/context/base/data-con.lua
+++ b/tex/context/base/data-con.lua
@@ -25,8 +25,8 @@ table structures without bothering about the disk cache.</p>
<p>Examples of usage can be found in the font related code.</p>
--ldx]]--
-containers = containers or { }
-
+containers = containers or { }
+local containers = containers
containers.usecache = true
local report_cache = logs.new("cache")