[latex3-commits] [git/LaTeX3-latex3-pdfresources] splitting: change unknown messages (c92332a)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Jul 7 19:15:34 CEST 2020
Repository : https://github.com/latex3/pdfresources
On branch : splitting
Link : https://github.com/latex3/pdfresources/commit/c92332a531a86f239422ceb8084cf583389c7757
>---------------------------------------------------------------
commit c92332a531a86f239422ceb8084cf583389c7757
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Jun 12 18:55:34 2020 +0200
change unknown messages
>---------------------------------------------------------------
c92332a531a86f239422ceb8084cf583389c7757
l3pdfgdict.dtx | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/l3pdfgdict.dtx b/l3pdfgdict.dtx
index 7981bfb..0240055 100644
--- a/l3pdfgdict.dtx
+++ b/l3pdfgdict.dtx
@@ -168,11 +168,6 @@
{
The~dictionary~'#1'~is~not~declared.
}
-\msg_new:nnn { pdfgdict } { wrong-or-unknown-dict }
- {
- The~dictionary~'#1'~is~either~not~a~#2~dictionary\\
- or~is~not~declared.
- }
\msg_new:nnn { pdfgdict } { empty-value }
{ The~value~for~#1~is~empty~and~will~be~ignored }
@@ -191,7 +186,7 @@
\@@_handler_put:nnn { #1 }{ #2 }{ #3 }
}
{
- \msg_error:nnnn{pdfgdict}{wrong-or-unknown-dict}{#1}{core}
+ \msg_error:nnn{pdfgdict}{unknown-dict}{#1}
}
}
@@ -332,7 +327,7 @@
}
}
{
- \msg_error:nnn { pdfgdict } { unknown-dict } { /#1 }
+ \msg_error:nnn { pdfgdict } { unknown-dict } { #1 }
}
}
}
@@ -353,7 +348,7 @@
{ \@@_name:n { #1 } }{ #2 } { #3 }
}
{
- \msg_error:nnn { pdfgdict } { unknown-dict } { /#1 }
+ \msg_error:nnn { pdfgdict } { unknown-dict } { #1 }
}
}
}
@@ -384,7 +379,7 @@
}
}
{
- \msg_error:nnn { pdfgdict } { unknown-dict } { /#1 }
+ \msg_error:nnn { pdfgdict } { unknown-dict } { #1 }
}
}
@@ -396,7 +391,7 @@
{ \@@_name:n { #1 } }{ #2 }
}
{
- \msg_error:nnn { pdfgdict } { unknown-dict } { /#1 }
+ \msg_error:nnn { pdfgdict } { unknown-dict } { #1 }
}
}
@@ -472,7 +467,7 @@
\@@_handler_gremove:nn { #1 }{ #2 }
}
{
- \msg_error:nnnn{pdfgdict}{wrong-or-unknown-dict}{#1}{core}
+ \msg_error:nnn{pdfgdict}{unknown-dict}{#1}
}
}
% \end{macrocode}
More information about the latex3-commits
mailing list.