[latex3-commits] [l3svn] 01/02: Remove \tl_to_lowercase:n from 'leftovers'

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 17:24:29 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit f6348444e93caae8f96749995e86f98158ee0b9e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 16:17:01 2015 +0100

    Remove \tl_to_lowercase:n from 'leftovers'
    
    No point in trying to alter here to work cleaner.
---
 l3leftovers/cs-input.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3leftovers/cs-input.dtx b/l3leftovers/cs-input.dtx
index 34878ed..a380fb0 100644
--- a/l3leftovers/cs-input.dtx
+++ b/l3leftovers/cs-input.dtx
@@ -307,7 +307,7 @@
   {
     \if_false: { \fi: }
     \char_set_lccode:nn { 0 } { `#1 }
-    \tl_to_lowercase:n {#2}
+    \tex_lowercase:D {#2}
   }
 \cs_new_protected_nopar:Npn \cs_input_resume:
   { \tl_gput_right:Nx \g_str_result_tl { \if_false: } \fi: }
@@ -424,7 +424,7 @@
       \char_set_lccode:nn { 32 } { `#1 }
       \exp_not:N \int_compare:nNnT { `#1 } = \c_zero
         { \exp_not:N \__msg_kernel_error:nn { cs-input } { impossible-char } }
-      \tl_to_lowercase:n { \exp_not:n { \cs_input_resume: } ~ }
+      \tex_lowercase:D { \exp_not:n { \cs_input_resume: } ~ }
     }
 %    \end{macrocode}
 % \end{macro}
@@ -491,7 +491,7 @@
     }
   \char_set_catcode:nn { 0 } { 12 }
   \char_set_lccode:nn { 0 } { 125 } % `\}
-  \tl_to_lowercase:n
+  \tex_lowercase:D
     {
       \cs_new_nopar:Npn \cs_input_cs_collect:N #1
         {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list