[latex3-commits] [git/LaTeX3-latex3-pdfresources] textfields: correct key family (cce325c)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon May 10 10:17:04 CEST 2021
Repository : https://github.com/latex3/pdfresources
On branch : textfields
Link : https://github.com/latex3/pdfresources/commit/cce325c077f72ac58c7195583c1ead3b4c7d9b68
>---------------------------------------------------------------
commit cce325c077f72ac58c7195583c1ead3b4c7d9b68
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon May 10 10:17:04 2021 +0200
correct key family
>---------------------------------------------------------------
cce325c077f72ac58c7195583c1ead3b4c7d9b68
l3pdffield.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3pdffield.dtx b/l3pdffield.dtx
index df58a03..389db33 100644
--- a/l3pdffield.dtx
+++ b/l3pdffield.dtx
@@ -878,7 +878,7 @@
\cs_new_protected:Npn \pdffield_field:nn #1 #2
{
\group_begin:
- \keys_set:nn { pdffield / field } {#1}
+ \keys_set:nn { pdffield } {#1}
\@@_field:n {#2}
\group_end:
}
@@ -946,7 +946,7 @@
\cs_new_protected:Npn \pdffield_annot:n #1
{
\group_begin:
- \keys_set:nn {pdffield / annot } {#1}
+ \keys_set:nn { pdffield } {#1}
\@@_annot:
\group_end:
}
@@ -1400,7 +1400,7 @@
\cs_new_protected:Npn \pdffield_setup:n #1
{
- \keys_set:nn{pdffield/setup}{#1}
+ \keys_set:nn{ pdffield / setup }{#1}
}
\keys_define:nn { pdffield }
More information about the latex3-commits
mailing list.