[latex3-commits] [git/LaTeX3-latex3-latex3] master: @@ notation (0122ebd2d)

Bruno Le Floch blflatex at gmail.com
Tue Oct 27 09:11:58 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/0122ebd2d1c9c433b6def37fb7a47f1b2f92ece3

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

commit 0122ebd2d1c9c433b6def37fb7a47f1b2f92ece3
Author: Jonathan Spratte <jspratte at yahoo.de>
Date:   Mon Sep 7 21:27:37 2020 +0200

    @@ notation


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

0122ebd2d1c9c433b6def37fb7a47f1b2f92ece3
 l3kernel/l3tl.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 73a63baea..d55a2da8d 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -3247,14 +3247,14 @@
 \prg_new_conditional:Npnn \tl_if_head_is_space:n #1 { p , T , F , TF }
   {
     \if:w
-        \if_false: { \fi: \__tl_if_head_is_space:w \prg_do_nothing: #1 ? ~ }
+        \if_false: { \fi: \@@_if_head_is_space:w \prg_do_nothing: #1 ? ~ }
         \scan_stop: \scan_stop:
       \prg_return_true:
     \else:
       \prg_return_false:
     \fi:
   }
-\cs_new:Npn \__tl_if_head_is_space:w #1 ~
+\cs_new:Npn \@@_if_head_is_space:w #1 ~
   {
     \tl_if_empty:oF {#1} { f }
     \exp_after:wN \use_none:n \exp_after:wN { \if_false: } \fi:





More information about the latex3-commits mailing list.