summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/toks-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/toks-ini.lua')
-rw-r--r--tex/context/base/mkiv/toks-ini.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/toks-ini.lua b/tex/context/base/mkiv/toks-ini.lua
index 65a7645f4..562e2801a 100644
--- a/tex/context/base/mkiv/toks-ini.lua
+++ b/tex/context/base/mkiv/toks-ini.lua
@@ -219,7 +219,7 @@ tokens.scanners = { -- these expand
tokens.getters = { -- these don't expand
meaning = token.get_meaning,
macro = token.get_macro,
- token = token.scan_next, -- not here, use scanners.next or token
+ token = token.scan_next or token.get_next, -- not here, use scanners.next or token
cstoken = token.get_cstoken,
count = tex.getcount,
dimen = tex.getdimen,