[latex3-commits] [git/LaTeX3-latex3-latex2e] cmd: \conditionally at trace(on|off) provided by the kernel (a0a8b7ff)

PhelypeOleinik phelype.oleinik at latex-project.org
Sun Jan 24 22:42:52 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : cmd
Link       : https://github.com/latex3/latex2e/commit/a0a8b7fffee25c8adbc1b90e0251824ed3049306

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

commit a0a8b7fffee25c8adbc1b90e0251824ed3049306
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sun Jan 24 18:42:52 2021 -0300

    \conditionally at trace(on|off) provided by the kernel


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

a0a8b7fffee25c8adbc1b90e0251824ed3049306
 base/ltcmd.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index 10c74bcc..763d6c84 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -598,7 +598,7 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_start_env:nnnnn #1#2
   {
-    \cs_if_exist_use:N \conditionally at traceoff
+    \conditionally at traceoff
     \group_align_safe_begin:
     \str_set:Nn \l_@@_environment_str {#2}
     \bool_set_true:N \l_@@_environment_bool
@@ -610,7 +610,7 @@
 \cs_new_protected:Npx \@@_start:nNNnnn #1#2#3
   {
     \exp_not:c { xparse~function~is~not~expandable }
-    \exp_not:n { \cs_if_exist_use:N \conditionally at traceoff }
+    \exp_not:N \conditionally at traceoff
     \exp_not:N \group_align_safe_begin:
     \exp_not:n { \bool_set_false:N \l_@@_environment_bool }
     \exp_not:N \@@_start_aux:NNnnnn
@@ -648,7 +648,7 @@
     \tl_if_empty:NF \l_@@_defaults_tl { \@@_defaults: }
     \tl_if_empty:NF \l_@@_process_all_tl { \@@_args_process: }
     \group_align_safe_end:
-    \cs_if_exist_use:N \conditionally at traceon
+    \conditionally at traceon
     \exp_after:wN \l_@@_fn_code_tl \l_@@_args_tl
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list.