[latex3-commits] [git/LaTeX3-latex3-latex3] main: Avoid a change in the 2e test suite (0d76c40b0)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri May 7 13:38:15 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/0d76c40b0a015e950086fa4dc5bd654e55a1c4da

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

commit 0d76c40b0a015e950086fa4dc5bd654e55a1c4da
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri May 7 12:38:15 2021 +0100

    Avoid a change in the 2e test suite


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

0d76c40b0a015e950086fa4dc5bd654e55a1c4da
 l3backend/l3backend-basics.dtx | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/l3backend/l3backend-basics.dtx b/l3backend/l3backend-basics.dtx
index 0c57f3534..af46ef209 100644
--- a/l3backend/l3backend-basics.dtx
+++ b/l3backend/l3backend-basics.dtx
@@ -156,14 +156,7 @@
 %   most up-to-date method, 
 %    \begin{macrocode}
 \cs_if_exist:NTF \@ifl at t@r
-  {
-    \@ifl at t@r \fmtversion { 2020-10-01 }
-      {
-        \cs_new_protected:Npn \__kernel_backend_first_shipout:n #1
-          { \hook_gput_code:nnn { shipout / firstpage } { l3backend } {#1} }
-      }
-      { \cs_new_eq:NN \__kernel_backend_first_shipout:n \AtBeginDvi }
-  }
+  { \cs_new_eq:NN \__kernel_backend_first_shipout:n \AtBeginDvi }
   { \cs_new_eq:NN \__kernel_backend_first_shipout:n \use:n }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.