[latex3-commits] [git/LaTeX3-latex3-latex3] earlier-expl3: Use the correct functions (1cad13eed)

PhelypeOleinik tex.phelype at gmail.com
Sat Jun 6 01:57:18 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : earlier-expl3
Link       : https://github.com/latex3/latex3/commit/1cad13eed082cdb227dcddfc0716410934fb336e

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

commit 1cad13eed082cdb227dcddfc0716410934fb336e
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Jun 5 20:57:18 2020 -0300

    Use the correct functions


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

1cad13eed082cdb227dcddfc0716410934fb336e
 l3kernel/expl3.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index d47350825..029e87a8e 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1243,7 +1243,7 @@
 %   \cs{g_@@_reload_bool} doesn't necessarily mean that the variable
 %   is already declared.
 %    \begin{macrocode}
-\cs_if_exist:NF \c_@@_def_ext_tl
+\tl_if_exist:NF \c_@@_def_ext_tl
   { \tl_const:Nn \c_@@_def_ext_tl { def } }
 %    \end{macrocode}
 % \end{variable}
@@ -1283,7 +1283,7 @@
 % \begin{variable}{\l_@@_options_clist}
 %    \begin{macrocode}
 %<*!2ekernel>
-\cs_if_exist:NF \l_@@_options_clist
+\clist_if_exist:NF \l_@@_options_clist
   { \clist_new:N \l_@@_options_clist }
 \DeclareOption*
   { \clist_put_right:NV \l_@@_options_clist \CurrentOption }





More information about the latex3-commits mailing list.