[latex3-commits] [git/LaTeX3-latex3-latex3] master: USe \exp_after:wN not \use_x:n as we need to stop expansion ... (5cd760e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Apr 20 11:26:55 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/5cd760e51b279acc051b358182fd562be8be3d1c
>---------------------------------------------------------------
commit 5cd760e51b279acc051b358182fd562be8be3d1c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 20 10:26:55 2018 +0100
USe \exp_after:wN not \use_x:n as we need to stop expansion ...
>---------------------------------------------------------------
5cd760e51b279acc051b358182fd562be8be3d1c
l3kernel/l3token.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 09d8294..f355f70 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1433,8 +1433,8 @@
\cs_new:Npn \@@_generate_aux:nnw #1#2#3 \exp_end:
{
#3
- \exp_after:wN \exp_end:
- \use_x:n { \lua_now_x:n { l3kernel.charcat(#1, #2) } }
+ \exp_after:wN \exp_after:wN \exp_after:wN \exp_end:
+ \lua_now_x:n { l3kernel.charcat(#1, #2) }
}
}
{
More information about the latex3-commits
mailing list