[latex3-commits] [git/LaTeX3-latex3-latex3] master: \exp_stop_f: clearer than ~ (adf1ca6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Apr 12 10:40:20 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/adf1ca63376ddb5ace6ba5ec316ee682c5bbcc8f
>---------------------------------------------------------------
commit adf1ca63376ddb5ace6ba5ec316ee682c5bbcc8f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Apr 12 09:40:20 2018 +0100
\exp_stop_f: clearer than ~
>---------------------------------------------------------------
adf1ca63376ddb5ace6ba5ec316ee682c5bbcc8f
l3kernel/l3candidates.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index f4ac245..a12f08f 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2516,7 +2516,7 @@
% \begin{macrocode}
\prg_new_conditional:Nnn \sys_if_shell_restricted: { p , T , F , TF }
{
- \if_int_compare:w \c_sys_shell_escape_int = 2 ~
+ \if_int_compare:w \c_sys_shell_escape_int = 2 \exp_stop_f:
\prg_return_true:
\else:
\prg_return_false:
@@ -3828,7 +3828,7 @@
\cs_if_exist:NTF \utex_char:D
{
\cs_set_protected:Npn \@@_tmp:w #1#2
- { \tl_const:Nx #1 { \utex_char:D "#2 ~ } }
+ { \tl_const:Nx #1 { \utex_char:D "#2 \exp_stop_f: } }
}
{
\cs_set_protected:Npn \@@_tmp:w #1#2
More information about the latex3-commits
mailing list