[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Remove an unneeded x-type expansion (d2a2b055f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Dec 1 09:15:49 CET 2019
Repository : https://github.com/latex3/latex3
On branch : l3text
Link : https://github.com/latex3/latex3/commit/d2a2b055f54ae8f70a1147abfb256099d3d5105e
>---------------------------------------------------------------
commit d2a2b055f54ae8f70a1147abfb256099d3d5105e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Dec 1 08:15:49 2019 +0000
Remove an unneeded x-type expansion
>---------------------------------------------------------------
d2a2b055f54ae8f70a1147abfb256099d3d5105e
l3kernel/l3text.dtx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index 911c50427..0e6699a8c 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -1289,16 +1289,16 @@
{ \sys_if_engine_luatex_p: }
{ \sys_if_engine_xetex_p: }
{
- \cs_new:cpx { @@_change_case_upper_de-alt:nnnN } #1#2#3#4
+ \cs_new:cpn { @@_change_case_upper_de-alt:nnnN } #1#2#3#4
{
- \exp_not:N \int_compare:nNnTF { `#4 } = { "00DF }
+ \int_compare:nNnTF { `#4 } = { "00DF }
{
- \exp_not:N \char_generate:nn { "1E9E }
- { \exp_not:N \char_value_catcode:n { `#4 } }
- \exp_not:N \use:c { @@_change_case_char_next_ #2 :nn }
+ \char_generate:nn { "1E9E }
+ { \char_value_catcode:n { `#4 } }
+ \use:c { @@_change_case_char_next_ #2 :nn }
{#2} {#3}
}
- { \exp_not:N \@@_change_case_char:nnnN {#1} {#2} {#3} #4 }
+ { \@@_change_case_char:nnnN {#1} {#2} {#3} #4 }
}
}
% \end{macrocode}
More information about the latex3-commits
mailing list