summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/toks-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-07-14 00:25:53 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-07-14 00:25:53 +0200
commitf1129626606384a7a55a21a83531f51f8b5dee25 (patch)
tree9bfaf9a8bf2c218007291023f771babc9ac2e1d9 /tex/context/base/mkiv/toks-ini.lua
parentb821116421f0d942052ad225f4ea62aef2696817 (diff)
downloadcontext-f1129626606384a7a55a21a83531f51f8b5dee25.tar.gz
2020-07-13 23:52:00
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,