[latex3-commits] [git/LaTeX3-latex3-pdfresources] rename-coredict: correct get function, no handler for now (6330c92)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Nov 21 18:56:14 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : rename-coredict
Link       : https://github.com/latex3/pdfresources/commit/6330c921f829b630c4e94bf2f7406f5914ecfa50

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

commit 6330c921f829b630c4e94bf2f7406f5914ecfa50
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Nov 21 18:56:14 2020 +0100

    correct get function, no handler for now


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

6330c921f829b630c4e94bf2f7406f5914ecfa50
 l3pdfmanagement.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3pdfmanagement.dtx b/l3pdfmanagement.dtx
index 06c5a0f..ca39095 100644
--- a/l3pdfmanagement.dtx
+++ b/l3pdfmanagement.dtx
@@ -751,7 +751,7 @@
   {
     \pdfdict_if_exist:nnTF { g } { Core/#1 }
       {
-        \@@_handler_get:nnN { #1 }{ #2 } #3
+        \@@_get:nnN { #1 }{ #2 } #3
       }
       {
         \msg_error:nnn{pdfmanagement}{unknown-dict}{#1}





More information about the latex3-commits mailing list.