[latex3-commits] [git/LaTeX3-latex3-latex3] l3text: Missed one more 'store' location (22b42fb26)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Dec 7 11:00:34 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : l3text
Link       : https://github.com/latex3/latex3/commit/22b42fb26d5fa86a6c8c304d4acf45b4c7639990

>---------------------------------------------------------------

commit 22b42fb26d5fa86a6c8c304d4acf45b4c7639990
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Dec 7 10:00:34 2019 +0000

    Missed one more 'store' location


>---------------------------------------------------------------

22b42fb26d5fa86a6c8c304d4acf45b4c7639990
 l3kernel/l3text.dtx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index f33875b07..ec9f5506a 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -1696,7 +1696,8 @@
         \tl_if_blank:nTF {#1}
           { \@@_change_case_lower_sigma:nnnN {#2} {#2} {#3} #4 }
           {
-            \char_generate:nn {#1} { \@@_char_catcode:N #4 }
+            \@@_change_case_store:e
+              { \char_generate:nn {#1} { \@@_char_catcode:N #4 } }
             \@@_change_case_lower_lt:nnw {#2} {#3}
           }
       }





More information about the latex3-commits mailing list