[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Missing \expandafter inserted (a160b3fb)

PhelypeOleinik tex.phelype at gmail.com
Fri Jul 31 15:58:44 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh239
Link       : https://github.com/latex3/latex2e/commit/a160b3fb56fbbdd32fd6f606d5bd989a75286948

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

commit a160b3fb56fbbdd32fd6f606d5bd989a75286948
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Jul 31 10:58:44 2020 -0300

    Missing \expandafter inserted


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

a160b3fb56fbbdd32fd6f606d5bd989a75286948
 base/ltoutenc.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index 43138aea..6421e2b2 100644
--- a/base/ltoutenc.dtx
+++ b/base/ltoutenc.dtx
@@ -1468,7 +1468,7 @@
     \edef\x{\endgroup
   \noexpand\@copy at one@composite
     {\string#1}{\string#2}%
-    \ifx\csname @list@#3enc at composites\endcsname\relax
+    \expandafter\ifx\csname @list@#3enc at composites\endcsname\relax
       \unexpande{\@nnil\@nil
         \@latex at error{List of composites undefined for encoding #3}\@ehc}
     \else





More information about the latex3-commits mailing list.