[latex3-commits] [latex3/latex3] develop, main: Correct a function name (21ce4673b)
github at latex-project.org
github at latex-project.org
Tue Apr 9 16:17:02 CEST 2024
Repository : https://github.com/latex3/latex3
On branches: develop,main
Link : https://github.com/latex3/latex3/commit/21ce4673bd63ed92ff0e9726d3154cb652557c23
>---------------------------------------------------------------
commit 21ce4673bd63ed92ff0e9726d3154cb652557c23
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Apr 3 15:27:08 2024 +0100
Correct a function name
>---------------------------------------------------------------
21ce4673bd63ed92ff0e9726d3154cb652557c23
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.