summaryrefslogtreecommitdiff
path: root/tex/context/base/data-tex.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-01-11 14:57:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-01-11 14:57:00 +0100
commit3dbcef73aec79246dfc4238eb7af28d3fa54e1f3 (patch)
tree45b19a9aae6525d3ae8e615213ef88e17e8c7adc /tex/context/base/data-tex.lua
parentb49a72625ea82574863b42d6b8782c9ce9aba4f7 (diff)
downloadcontext-3dbcef73aec79246dfc4238eb7af28d3fa54e1f3.tar.gz
beta 2010.01.11 14:57
Diffstat (limited to 'tex/context/base/data-tex.lua')
-rw-r--r--tex/context/base/data-tex.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/data-tex.lua b/tex/context/base/data-tex.lua
index 0f2be3962..5798ba9f3 100644
--- a/tex/context/base/data-tex.lua
+++ b/tex/context/base/data-tex.lua
@@ -9,6 +9,7 @@ if not modules then modules = { } end modules ['data-tex'] = {
-- special functions that deal with io
local format, lower = string.format, string.lower
+local unpack = unpack or table.unpack
local trace_locating = false trackers.register("resolvers.locating", function(v) trace_locating = v end)