[latex3-commits] [git/LaTeX3-latex3-latex3] cctab: Explicit the fact that \c_code_cctab has @=letter (f294ff369)

Bruno Le Floch bruno at le-floch.fr
Thu Jul 2 00:21:41 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : cctab
Link       : https://github.com/latex3/latex3/commit/f294ff369a071f891774cc17301293b477d8a86b

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

commit f294ff369a071f891774cc17301293b477d8a86b
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Thu Jul 2 00:21:41 2020 +0200

    Explicit the fact that \c_code_cctab has @=letter


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

f294ff369a071f891774cc17301293b477d8a86b
 l3kernel/l3cctab.dtx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3cctab.dtx b/l3kernel/l3cctab.dtx
index 819d341a8..6d178fcfc 100644
--- a/l3kernel/l3cctab.dtx
+++ b/l3kernel/l3cctab.dtx
@@ -541,7 +541,10 @@
 %   ignoring the existing codes as this makes life a lot less complex.
 %    \begin{macrocode}
 \cctab_new:N \c_initex_cctab
-\cctab_const:Nn \c_code_cctab { }
+\cctab_const:Nn \c_code_cctab
+  {
+    \char_set_catcode_letter:n         { 64 }
+  }
 \cctab_const:Nn \c_document_cctab
   {
     \char_set_catcode_space:n          { 9 }





More information about the latex3-commits mailing list.