[latex3-commits] [git/LaTeX3-latex3-latex3] master: Avoid one :D (200d767)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Mar 25 16:22:09 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/200d7677a31ebf7a17c0c4d743f943b1d4bd88ab

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

commit 200d7677a31ebf7a17c0c4d743f943b1d4bd88ab
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Mar 25 11:02:46 2018 +0100

    Avoid one :D


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

200d7677a31ebf7a17c0c4d743f943b1d4bd88ab
 l3kernel/l3regex.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index fa232c4..41f3b77 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -936,7 +936,7 @@
 %   Empty a \tn{toks} or set it to a value, given its number.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_toks_clear:N #1
-  { \tex_toks:D #1 { } }
+  { \@@_toks_set:Nn #1 { } }
 \cs_new_eq:NN \@@_toks_set:Nn \tex_toks:D
 \cs_new_protected:Npn \@@_toks_set:No #1
   { \@@_toks_set:Nn #1 \exp_after:wN }





More information about the latex3-commits mailing list