[latex3-commits] [git/LaTeX3-latex3-latex3] master: Do not redirect warnings (9dace07c0)
PhelypeOleinik
tex.phelype at gmail.com
Mon Feb 24 22:11:42 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/9dace07c0ab3a0ebf04c8c2ce45408d3c9df7008
>---------------------------------------------------------------
commit 9dace07c0ab3a0ebf04c8c2ce45408d3c9df7008
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Mon Feb 24 18:11:42 2020 -0300
Do not redirect warnings
>---------------------------------------------------------------
9dace07c0ab3a0ebf04c8c2ce45408d3c9df7008
l3packages/xparse/xparse.dtx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index f4439acbe..f96a1b93b 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -4894,10 +4894,7 @@
}
\keys_set:nV { xparse } \l_@@_options_clist
\bool_if:NF \l_@@_log_bool
- {
- \msg_redirect_module:nnn { LaTeX / xparse } { info } { none }
- \msg_redirect_module:nnn { LaTeX / xparse } { warning } { none }
- }
+ { \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } }
% \end{macrocode}
% \end{variable}
% \end{variable}
More information about the latex3-commits
mailing list.