diff options
Diffstat (limited to 'tex/context/base/strc-reg.lua')
-rw-r--r-- | tex/context/base/strc-reg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/strc-reg.lua b/tex/context/base/strc-reg.lua index c19ae12d6..8ba01682b 100644 --- a/tex/context/base/strc-reg.lua +++ b/tex/context/base/strc-reg.lua @@ -227,7 +227,7 @@ end registers.define = allocate -local entrysplitter = lpeg.Ct(lpeg.splitat('+')) -- & obsolete in mkiv +local entrysplitter = lpeg.tsplitat('+') -- & obsolete in mkiv local tagged = { } |