[latex3-commits] [git/LaTeX3-latex3-latex3] master: Revert "Use \cs_if_exist_use:N instead of \use:c for trace" (0d067196a)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jul 31 16:29:08 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/0d067196abe265973469c791b75cde0c615ff3c8
>---------------------------------------------------------------
commit 0d067196abe265973469c791b75cde0c615ff3c8
Author: Phelype Oleinik <phe.h.o1 at gmail.com>
Date: Wed Jul 31 10:56:03 2019 -0300
Revert "Use \cs_if_exist_use:N instead of \use:c for trace"
This reverts commit b43cf910a4901ed052a2a3ec864153036249347b.
>---------------------------------------------------------------
0d067196abe265973469c791b75cde0c615ff3c8
l3kernel/l3file.dtx | 2 +-
l3kernel/l3msg.dtx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 2c1204ae3..36e0d59df 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -1699,7 +1699,7 @@
\cs_new_protected:Npn \iow_wrap:nnnN #1#2#3#4
{
\group_begin:
-%<package> \cs_if_exist_use:N \conditionally at traceoff
+%<package> \use:c { conditionally at traceoff }
\int_set:Nn \tex_escapechar:D { -1 }
\cs_set:Npx \{ { \token_to_str:N \{ }
\cs_set:Npx \# { \token_to_str:N \# }
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 954597b8b..a2148ec87 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -1306,7 +1306,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_use:nnnnnnn #1#2#3#4#5#6#7
{
-%<package> \cs_if_exist_use:N \conditionally at traceoff
+%<package> \use:c { conditionally at traceoff }
\msg_if_exist:nnTF {#2} {#3}
{
\@@_class_chk_exist:nT {#1}
@@ -1324,7 +1324,7 @@
}
}
{ \__kernel_msg_error:nnxx { kernel } { message-unknown } {#2} {#3} }
-%<package> \cs_if_exist_use:N \conditionally at traceon
+%<package> \use:c { conditionally at traceon }
}
\cs_new_protected:Npn \@@_use_code: { }
% \end{macrocode}
More information about the latex3-commits
mailing list