[latex3-commits] [l3svn] 02/02: For case changing, use 'result' catcode

noreply at latex-project.org noreply at latex-project.org
Fri Mar 4 11:45:51 CET 2016


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

joseph pushed a commit to branch master
in repository l3svn.

commit 23b69eb388ac38b47140fd0aaae301c8db41f6ae
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 4 10:45:09 2016 +0000

    For case changing, use 'result' catcode
---
 l3kernel/l3candidates.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index cf28c3b..16f49ee 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -3348,7 +3348,7 @@
           {
             \char_generate:nn
               { \use:c { @@_lookup_ #1 :N } #2 }
-              { \char_value_catcode:n { `#2 } }
+              { \char_value_catcode:n { \use:c { @@_lookup_ #1 :N } #2 } }
           }
       }
     \cs_new_protected:Npn \@@_lookup_lower:N #1 { \tex_lccode:D `#1 }

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


More information about the latex3-commits mailing list