[latex3-commits] [l3svn] branch master updated: Make chars active before tokenization

noreply at latex-project.org noreply at latex-project.org
Wed Jan 13 08:23:38 CET 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  ab44c8c   Make chars active before tokenization
ab44c8c is described below

commit ab44c8ccc5bb69e075960862f5545362dd7d3a17
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 13 07:23:26 2016 +0000

    Make chars active before tokenization
---
 l3kernel/l3candidates.dtx |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index fff8614..018de34 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -3969,13 +3969,13 @@
 % the mappings dynamically). All of the straight-forward ones have two
 % octets, so that is taken as read.
 %    \begin{macrocode}
-\cs_if_exist:NF \utex_char:D
-  {
-    \group_begin:
-      \char_set_catcode_active:N .
-      \char_set_catcode_active:N !
-      \char_set_catcode_active:N ;
-      \char_set_catcode_active:N ,
+\group_begin:
+  \char_set_catcode_active:N .
+  \char_set_catcode_active:N !
+  \char_set_catcode_active:N ;
+  \char_set_catcode_active:N ,
+  \cs_if_exist:NF \utex_char:D
+    {
       \cs_set_protected:Npn \@@_loop:nn #1#2
         {
           \quark_if_recursion_tail_stop:n {#1}
@@ -4125,8 +4125,8 @@
       \@@_tmp:w { 00DF } { SS } { upper }
       \@@_tmp:w { 00DF } { Ss } { title }
       \@@_tmp:w { 0131 } { I }  { upper }
-    \group_end:
-  }
+    }
+  \group_end:
 %    \end{macrocode}
 %
 % The (fixed) look-up mappings for letter-like control sequences.

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


More information about the latex3-commits mailing list