From 20da4ce347921be291c8804041bd8756e3bf1707 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 20 Aug 2010 10:35:18 +0300 Subject: beta 2010.08.20 00:00 --- tex/context/base/data-con.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex/context/base/data-con.lua') diff --git a/tex/context/base/data-con.lua b/tex/context/base/data-con.lua index a38440fbf..05f1b07de 100644 --- a/tex/context/base/data-con.lua +++ b/tex/context/base/data-con.lua @@ -80,7 +80,7 @@ function containers.define(category, subcategory, version, enabled) end function containers.is_usable(container, name) - return container.enabled and caches and caches.iswritable(container.writable, name) + return container.enabled and caches and caches.is_writable(container.writable, name) end function containers.is_valid(container, name) -- cgit v1.2.3