[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct handling of \@changed at cmd (7ae977385)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Feb 10 23:30:12 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/7ae977385c811104714019ebf7526e883154998a

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

commit 7ae977385c811104714019ebf7526e883154998a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Feb 10 22:30:12 2020 +0000

    Correct handling of \@changed at cmd


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

7ae977385c811104714019ebf7526e883154998a
 l3kernel/l3text.dtx | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index cdf1b477e..bcfbb306a 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -530,7 +530,6 @@
 % \begin{macro}[EXP]{\@@_expand_letterlike:NN}
 % \begin{macro}[EXP]{\@@_expand_cs:N, \@@_expand_encoding:N}
 % \begin{macro}[EXP]{\@@_expand_encoding_escape:N}
-% \begin{macro}[EXP]{\@@_expand_encoding_escape:NN}
 % \begin{macro}[EXP]{\@@_expand_protect:N}
 % \begin{macro}[EXP]{\@@_expand_protect:nN}
 % \begin{macro}[EXP]{\@@_expand_protect:Nw}
@@ -879,7 +878,7 @@
 \cs_new:Npn \@@_expand_encoding:N #1
   {
     \cs_if_eq:NNTF #1 \@current at cmd
-      { \exp_after:wN \@@_expand_loop:w \@@_expand_encoding_escape:N }
+      { \exp_after:wN \@@_expand_loop:w \@@_expand_encoding_escape:NN }
       {
         \cs_if_eq:NNTF #1 \@changed at cmd
           {
@@ -889,7 +888,6 @@
           { \@@_expand_replace:N #1 }
       }
   }
-\cs_new:Npn \@@_expand_encoding_escape:N #1 { \exp_not:n {#1} }
 \cs_new:Npn \@@_expand_encoding_escape:NN #1#2 { \exp_not:n {#1} }
 %    \end{macrocode}
 %   See if there is a dedicated replacement, and if there is, insert it.
@@ -966,7 +964,6 @@
 % \end{macro}
 % \end{macro}
 % \end{macro}
-% \end{macro}
 %
 % \begin{macro}
 %   {





More information about the latex3-commits mailing list.