[latex3-commits] [git/LaTeX3-latex3-pdfresources] renamedict77: adapted dict item (7d70a63)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed Apr 8 00:38:47 CEST 2020
Repository : https://github.com/latex3/pdfresources
On branch : renamedict77
Link : https://github.com/latex3/pdfresources/commit/7d70a63db915650fea302ad379d518c17306d111
>---------------------------------------------------------------
commit 7d70a63db915650fea302ad379d518c17306d111
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Apr 8 00:38:47 2020 +0200
adapted dict item
>---------------------------------------------------------------
7d70a63db915650fea302ad379d518c17306d111
pdfresources.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 9f51402..2638ce2 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -493,7 +493,6 @@
% \@@_prop_put:nnn,
% \@@_prop_get:nnN,
% \@@_prop_remove:nn,
-% \@@_prop_remove:nn,
% \@@_prop_show:n
% }
% \begin{macrocode}
@@ -546,6 +545,7 @@
{ \@@_prop_Xname:n { #1 } } { #2 }
}
+% local / global
\cs_new_protected:Npn \@@_prop_show:n #1 %path
{
\prop_show:c { \use:c{ @@_prop_\@@_prop_get_g:n{#1}name:n } { #1 } }
@@ -559,7 +559,7 @@
% \begin{macrocode}
\cs_new:Npn \@@_prop_map_dict_item:n #1 %path
{
- \prop_map_function:cN { \@@_prop_gname:n { #1 } } \@@_dict_item:nn
+ \prop_map_function:cN { \@@_prop_Xname:n { #1 } } \@@_dict_item:nn
}
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.