[latex3-commits] [git/LaTeX3-latex3-latex3] master: Push to correct end of hooks (2c94dbb)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jun 7 08:58:06 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/2c94dbb59ba5a9876bc2f6f3240e616d87386322

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

commit 2c94dbb59ba5a9876bc2f6f3240e616d87386322
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jun 7 07:55:42 2019 +0100

    Push to correct end of hooks


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

2c94dbb59ba5a9876bc2f6f3240e616d87386322
 l3trial/l3hooks/l3hooks.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3trial/l3hooks/l3hooks.dtx b/l3trial/l3hooks/l3hooks.dtx
index 1ec9ccd..8774f85 100644
--- a/l3trial/l3hooks/l3hooks.dtx
+++ b/l3trial/l3hooks/l3hooks.dtx
@@ -185,7 +185,7 @@
   {
     \seq_if_exist:cTF { g_@@_next_ #2 _ #3 _seq }
       {
-        \seq_gpush:cn { g_@@_ #1 _ #2 _ #3 _seq } {#4}
+        \seq_gput_right:cn { g_@@_ #1 _ #2 _ #3 _seq } {#4}
         \prop_gput:cnn { g_@@_ #1 _ #2 _ #3 _prop } {#4} {#5}
       }
       {
@@ -278,7 +278,7 @@
               {  document-hook-used } {#1} { add~to }
           }
           {
-            \seq_gpush:cn { g_@@_document_ #1 _seq } {#2}
+            \seq_gput_right:cn { g_@@_document_ #1 _seq } {#2}
             \prop_gput:cnn { g_@@_document_ #1 _prop } {#2} {#3}
           }
       }





More information about the latex3-commits mailing list