[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Two corrections (6d12df150)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Nov 26 20:45:51 CET 2019
Repository : https://github.com/latex3/latex3
On branch : l3text
Link : https://github.com/latex3/latex3/commit/6d12df1501b6d99a5326c3d1c5b7a919513a805e
>---------------------------------------------------------------
commit 6d12df1501b6d99a5326c3d1c5b7a919513a805e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Nov 26 13:52:09 2019 +0000
Two corrections
>---------------------------------------------------------------
6d12df1501b6d99a5326c3d1c5b7a919513a805e
l3kernel/l3text.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index fcbfb49e7..4688d0913 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -527,13 +527,13 @@
{
\exp_not:V \l_text_exclude_arg_tl
\exp_not:V \l_text_math_arg_tl
- \l_text_accents_tl
+ \exp_not:V \l_text_accents_tl
}
#1
}
\cs_new:Npn \@@_expand_exclude:nN #1#2
{
- \@@_expand_exclude:NN #1 #2
+ \@@_expand_exclude:NN #2 #1
\q_recursion_tail \q_recursion_stop
}
\cs_new:Npn \@@_expand_exclude:NN #1#2
More information about the latex3-commits
mailing list