[latex3-commits] [git/LaTeX3-latex3-latex3] master: fix object new for pdftex/luatex (d09e4b58b)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Sep 3 18:25:13 CEST 2020


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

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

commit d09e4b58b3ee269464a86e98f3d2dc9a5fe93d47
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Sep 3 18:25:13 2020 +0200

    fix object new for pdftex/luatex


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

d09e4b58b3ee269464a86e98f3d2dc9a5fe93d47
 l3backend/l3backend-pdf.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index f0f20e1b9..4a9c56955 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -964,7 +964,7 @@
 %<*pdftex>
         { \tex_pdflastobj:D }
 %</pdftex>
-    \prop_gput:Nnn \exp_not:N \g_@@_backend_object_prop {#1} {#2}
+    \prop_gput:Nnn \g_@@_backend_object_prop {#1} {#2}
   }
 \cs_new:Npn \@@_backend_object_ref:n #1
   { \int_use:c { c_@@_backend_object_ \tl_to_str:n {#1} _int } ~ 0 ~ R }





More information about the latex3-commits mailing list.