[latex3-commits] [git/LaTeX3-latex3-latex3] master: Explicit the fact that \c_code_cctab has @=letter (39dc47515)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Jul 16 12:13:16 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/39dc47515e258822f09458de91b5ac3ef249bfc0
>---------------------------------------------------------------
commit 39dc47515e258822f09458de91b5ac3ef249bfc0
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
>---------------------------------------------------------------
39dc47515e258822f09458de91b5ac3ef249bfc0
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.