[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Prefer index over mode in Lua token library (0b7c89ee)
Marcel Fabian Krüger
tex at 2krueger.de
Tue Jul 7 18:52:22 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/0b7c89ee712b58598d94030604e5927bd4a42729
>---------------------------------------------------------------
commit 0b7c89ee712b58598d94030604e5927bd4a42729
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Jul 7 18:52:22 2020 +0200
Prefer index over mode in Lua token library
>---------------------------------------------------------------
0b7c89ee712b58598d94030604e5927bd4a42729
base/ltoutenc.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index dd725585..59c20f37 100644
--- a/base/ltoutenc.dtx
+++ b/base/ltoutenc.dtx
@@ -2910,7 +2910,7 @@
% current mode to avoid inserting the glyph into a vlist.
% \begin{macrocode}
\now at and@everyjob{\directlua{
- local rawchar_func = token.create'@remove at tlig@@@@'.mode
+ local rawchar_func = token.create'@remove at tlig@@@@'.index
local forcehmode = tex.forcehmode
local put_next = token.put_next
local glyph_id = node.id'glyph'
More information about the latex3-commits
mailing list.