[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Missed on 'store' location (c582d1ea0)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Dec 7 10:26:28 CET 2019
Repository : https://github.com/latex3/latex3
On branch : l3text
Link : https://github.com/latex3/latex3/commit/c582d1ea082aa2e4485c3c7095dba48f4360e47d
>---------------------------------------------------------------
commit c582d1ea082aa2e4485c3c7095dba48f4360e47d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Dec 7 09:26:28 2019 +0000
Missed on 'store' location
>---------------------------------------------------------------
c582d1ea082aa2e4485c3c7095dba48f4360e47d
l3kernel/l3text.dtx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index b9447b32e..d4698e635 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -1801,7 +1801,8 @@
{ \int_compare_p:nNn { `#4 } = { "0049 } }
{ \int_compare_p:nNn { `#4 } = { "0069 } }
{
- \char_generate:nn { "0049 } { \@@_char_catcode:N #4 }
+ \@@_change_case_store:e
+ { \char_generate:nn { "0049 } { \@@_char_catcode:N #4 } }
\@@_change_case_title_nl:nnw {#2} {#3}
}
{ \@@_change_case_char:nnnN {#1} {#2} {#3} #4 }
More information about the latex3-commits
mailing list