summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/trac-lmx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/trac-lmx.lua')
-rw-r--r--tex/context/base/mkiv/trac-lmx.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/trac-lmx.lua b/tex/context/base/mkiv/trac-lmx.lua
index a531a76d6..56522e1e7 100644
--- a/tex/context/base/mkiv/trac-lmx.lua
+++ b/tex/context/base/mkiv/trac-lmx.lua
@@ -6,7 +6,8 @@ if not modules then modules = { } end modules ['trac-lmx'] = {
license = "see context related readme files"
}
--- this one will be adpated to the latest helpers
+-- This one will be adpated to the latest helpers. It might even become a
+-- module instead.
local type, tostring, rawget, loadstring, pcall = type, tostring, rawget, loadstring, pcall
local format, sub, gsub = string.format, string.sub, string.gsub