[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: correct global/local (d889215)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Dec 14 12:16:06 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/d889215053c3f4514876c23d4a72ce50f1be0583
>---------------------------------------------------------------
commit d889215053c3f4514876c23d4a72ce50f1be0583
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Dec 14 12:16:06 2021 +0100
correct global/local
>---------------------------------------------------------------
d889215053c3f4514876c23d4a72ce50f1be0583
l3pdffile.dtx | 2 +-
l3pdfmeta.dtx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3pdffile.dtx b/l3pdffile.dtx
index 505e760..ade92cf 100644
--- a/l3pdffile.dtx
+++ b/l3pdffile.dtx
@@ -467,7 +467,7 @@
% \end{variable}
% \begin{macrocode}
\prop_new:N \g_pdffile_mimetypes_prop
-\prop_set_from_keyval:Nn \g_pdffile_mimetypes_prop
+\prop_gset_from_keyval:Nn \g_pdffile_mimetypes_prop
{
,.css = text/css
,.csv = text/csv
diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index 0b83ac7..7bcd082 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -526,7 +526,7 @@
% }
% \begin{macrocode}
\prop_new:c { g_@@_standard_pdf/A-1B_prop }
-\prop_set_from_keyval:cn { g_@@_standard_pdf/A-1B_prop }
+\prop_gset_from_keyval:cn { g_@@_standard_pdf/A-1B_prop }
{
,name = pdf/A-1B
,type = A
More information about the latex3-commits
mailing list.