[latex3-commits] [l3svn] branch master updated: Back out one use of \char_generate:nn

noreply at latex-project.org noreply at latex-project.org
Mon Mar 28 22:01:18 CEST 2016


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  54fa868   Back out one use of \char_generate:nn
54fa868 is described below

commit 54fa868de0d79c1f264503caeed7e217ce5dd1a8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 28 21:00:36 2016 +0100

    Back out one use of \char_generate:nn
    
    Probably this needs fixing at the 'source' but for the
    present deal with the urgent issue.
---
 l3packages/xparse/xparse.dtx |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 8e1e42d..3f0b182 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -2008,8 +2008,13 @@
 %    \begin{macrocode}
         \token_if_eq_catcode:NNTF + #1
           {
-            \exp_after:wN \exp_after:wN \exp_after:wN
-              \l_@@_fn_tl \char_generate:nn { `#1 } { 11 }
+            \group_begin:
+              \char_set_lccode:nn { `A } { `#1 }
+              \tex_lowercase:D
+                {
+                  \group_end:
+                  \l_@@_fn_tl A
+                }
           }
           {
             \exp_after:wN \l_@@_fn_tl

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


More information about the latex3-commits mailing list