[latex3-commits] [git/LaTeX3-latex3-latex3] master: s/set/new (461492b9b)

PhelypeOleinik tex.phelype at gmail.com
Mon Feb 24 21:31:01 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/461492b9b05623015ac47d5cabb944fc9455a4fa

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

commit 461492b9b05623015ac47d5cabb944fc9455a4fa
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Mon Feb 24 17:31:01 2020 -0300

    s/set/new


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

461492b9b05623015ac47d5cabb944fc9455a4fa
 l3packages/xparse/xparse.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index f63b9bbd3..f4439acbe 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -2992,7 +2992,7 @@
 %   same character with different category codes, but that really should not
 %   happen in any sensible document-level syntax.)
 %    \begin{macrocode}
-\cs_set_protected_nopar:Npn \@@_grab_D_call:Nw #1
+\cs_new_protected_nopar:Npn \@@_grab_D_call:Nw #1
   {
     \token_if_eq_catcode:NNTF + #1
       {





More information about the latex3-commits mailing list.