[latex3-commits] [git/LaTeX3-latex3-latex3] master: Replace one explicit internal function (bf5ff8700)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 19 14:20:30 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/bf5ff8700254522e754d0b295ef6bc5b15369cab
>---------------------------------------------------------------
commit bf5ff8700254522e754d0b295ef6bc5b15369cab
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 19 13:20:30 2020 +0100
Replace one explicit internal function
>---------------------------------------------------------------
bf5ff8700254522e754d0b295ef6bc5b15369cab
l3experimental/l3cctab/l3cctab.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3experimental/l3cctab/l3cctab.dtx b/l3experimental/l3cctab/l3cctab.dtx
index cbb32d7d3..07e52394a 100644
--- a/l3experimental/l3cctab/l3cctab.dtx
+++ b/l3experimental/l3cctab/l3cctab.dtx
@@ -400,7 +400,7 @@
% \cs{cctab_end:}.
% \begin{macrocode}
\cs_new_protected:Npn \cctab_begin:N #1
- { \@@_chk_if_valid:NT #1 { \__cctab_begin:N #1 } }
+ { \@@_chk_if_valid:NT #1 { \@@_begin:N #1 } }
\cs_generate_variant:Nn \cctab_begin:N { c }
\cs_new_protected:Npn \cctab_end:
{
More information about the latex3-commits
mailing list.