[latex3-commits] [latex3/latex3] object-tracking: Correct some function names (7f022288d)

github at latex-project.org github at latex-project.org
Fri Mar 29 11:35:21 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : object-tracking
Link       : https://github.com/latex3/latex3/commit/7f022288d45295836ec25ab07dbba567bacf3755

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

commit 7f022288d45295836ec25ab07dbba567bacf3755
Author: Joseph Wright <joseph at texdev.net>
Date:   Fri Mar 29 10:35:21 2024 +0000

    Correct some function names


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

7f022288d45295836ec25ab07dbba567bacf3755
 l3kernel/l3pdf.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index 8905e66fe..74c892b84 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -448,7 +448,7 @@
 \cs_new_protected:Npn \pdf_object_write_indexed:nnnn #1#2#3#4
   {
     \@@_object_indexed_split:nnN {#1} {#2}
-      \@@_object_new_write:nnnnn
+      \@@_object_new_write_indexed:nnnnn
         {#3} {#4}
   }
 \cs_generate_variant:Nn \pdf_object_write_indexed:nnnn { nnne }
@@ -459,7 +459,7 @@
       {#4} {#5}
     \bool_gset_true:N \g_@@_init_bool
   }
-\cs_new:Npn \pdf_object_ref:nn #1#2
+\cs_new:Npn \pdf_object_ref_indexed:nn #1#2
   {
     \@@_object_indexed_split:nnN {#1} {#2}
       \@@_object_ref_indexed:nnn





More information about the latex3-commits mailing list.