[latex3-commits] [git/LaTeX3-latex3-hyperref] extract-autoref: correct local/global assigment (2992fc4)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Nov 21 15:38:41 CET 2020


Repository : https://github.com/latex3/hyperref
On branch  : extract-autoref
Link       : https://github.com/latex3/hyperref/commit/2992fc4c65a1a623a8cd2adb75a6605f11893830

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

commit 2992fc4c65a1a623a8cd2adb75a6605f11893830
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Nov 21 15:38:41 2020 +0100

    correct local/global assigment


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

2992fc4c65a1a623a8cd2adb75a6605f11893830
 loadlocale.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/loadlocale.dtx b/loadlocale.dtx
index 6ffa42d..4869b07 100644
--- a/loadlocale.dtx
+++ b/loadlocale.dtx
@@ -434,13 +434,13 @@
 \cs_new_protected:Npn \loadlocale_register_prefix:nn #1 #2
  {
    \seq_gput_right:Nn \g_@@_prefix_seq {#1}
-   \seq_remove_duplicates:N \g_@@_prefix_seq
+   \seq_gremove_duplicates:N \g_@@_prefix_seq
    \prop_gput:Nnn \g_@@_prefix_ext_prop {#1}{#2}
  }
 
 \cs_new_protected:Npn \loadlocale_unregister_prefix:n #1
  {
-   \seq_remove_all:Nn \g_@@_prefix_seq {#1}
+   \seq_gremove_all:Nn \g_@@_prefix_seq {#1}
  }
 
 \cs_new_protected:Npn \loadlocale_show_prefix:





More information about the latex3-commits mailing list.