summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/trac-tex.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-02-15 11:15:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-02-15 11:15:07 +0100
commita036ac2dd19b592316e1b479360e9e6c6700e935 (patch)
tree321156a4e2af995a7f401e1b773fd8813e3928da /tex/context/base/mkiv/trac-tex.lua
parentd73f5987ca04dbdf0a134236c3314dadd7a73565 (diff)
downloadcontext-a036ac2dd19b592316e1b479360e9e6c6700e935.tar.gz
2016-02-15 10:29:00
Diffstat (limited to 'tex/context/base/mkiv/trac-tex.lua')
-rw-r--r--tex/context/base/mkiv/trac-tex.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/trac-tex.lua b/tex/context/base/mkiv/trac-tex.lua
index 24dc3f1bd..86f3b539f 100644
--- a/tex/context/base/mkiv/trac-tex.lua
+++ b/tex/context/base/mkiv/trac-tex.lua
@@ -13,7 +13,7 @@ local next = next
local texhashtokens = tex.hashtokens
local trackers = trackers
-local newtoken = newtoken or token
+local token = token
local saved = { }
function trackers.savehash()
@@ -23,7 +23,7 @@ end
function trackers.dumphashtofile(filename,delta)
local list = { }
local hash = tex.hashtokens()
- local create = newtoken.create
+ local create = token.create
for name, token in next, hash do
if not delta or not saved[name] then
if token[2] ~= 0 then -- still old interface