Skip to content

Commit

Permalink
\conditionally@trace(on|off) provided by the kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
PhelypeOleinik committed Jan 24, 2021
1 parent 95223fd commit a0a8b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/ltcmd.dtx
Expand Up @@ -598,7 +598,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_start_env:nnnnn #1#2
{
\cs_if_exist_use:N \conditionally@traceoff
\conditionally@traceoff
\group_align_safe_begin:
\str_set:Nn \l_@@_environment_str {#2}
\bool_set_true:N \l_@@_environment_bool
Expand All @@ -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@traceoff }
\exp_not:N \conditionally@traceoff
\exp_not:N \group_align_safe_begin:
\exp_not:n { \bool_set_false:N \l_@@_environment_bool }
\exp_not:N \@@_start_aux:NNnnnn
Expand Down Expand Up @@ -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@traceon
\conditionally@traceon
\exp_after:wN \l_@@_fn_code_tl \l_@@_args_tl
}
% \end{macrocode}
Expand Down

0 comments on commit a0a8b7f

Please sign in to comment.