diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/trac-fil.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/trac-fil.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/trac-fil.lua b/Master/texmf-dist/tex/context/base/mkiv/trac-fil.lua index 8cc903e2a62..f422c9f6b83 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/trac-fil.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/trac-fil.lua @@ -6,7 +6,7 @@ if not modules then modules = { } end modules ['trac-fil'] = { license = "see context related readme files" } -local rawset, tonumber, type, pcall = rawset, tonumber, type, pcall +local rawset, tonumber, type, pcall, next = rawset, tonumber, type, pcall, next local format, concat = string.format, table.concat local openfile = io.open local date = os.date |