[latex3-commits] [latex3/latex3] object-tracking: Correct a function name (7f6dbf14f)
github at latex-project.org
github at latex-project.org
Wed Apr 3 16:27:08 CEST 2024
Repository : https://github.com/latex3/latex3
On branch : object-tracking
Link : https://github.com/latex3/latex3/commit/7f6dbf14f239912d389aa77402da1f99b25e4008
>---------------------------------------------------------------
commit 7f6dbf14f239912d389aa77402da1f99b25e4008
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Apr 3 15:27:08 2024 +0100
Correct a function name
>---------------------------------------------------------------
7f6dbf14f239912d389aa77402da1f99b25e4008
l3kernel/l3pdf.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index f9ff837dc..8bed00a20 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -394,7 +394,7 @@
\cs_new_protected:Npn \pdf_object_write:nnn #1#2#3
{
\exp_args:Ne \@@_backend_object_write:nnn
- { \@@_object_read:n {#1} } {#2} {#3}
+ { \@@_object_retrieve:n {#1} } {#2} {#3}
\bool_gset_true:N \g_@@_init_bool
}
\cs_generate_variant:Nn \pdf_object_write:nnn { nne , nnx }
More information about the latex3-commits
mailing list.