[latex3-commits] [git/LaTeX3-latex3-fontspec] main: add missing error function, issue #423 (b82d60a)

Will Robertson will at wspr.io
Wed May 18 15:27:46 CEST 2022


Repository : https://github.com/latex3/fontspec
On branch  : main
Link       : https://github.com/latex3/fontspec/commit/b82d60ade15f9b51707cc0833cfe158b6290f8b1

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

commit b82d60ade15f9b51707cc0833cfe158b6290f8b1
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed May 18 12:30:53 2022 +0200

    add missing error function, issue #423


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

b82d60ade15f9b51707cc0833cfe158b6290f8b1
 fontspec-code-msg.dtx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fontspec-code-msg.dtx b/fontspec-code-msg.dtx
index 1eafe23..4d80194 100644
--- a/fontspec-code-msg.dtx
+++ b/fontspec-code-msg.dtx
@@ -13,6 +13,7 @@
 \cs_new:Npn \@@_error:n     { \msg_error:nn     {fontspec} }
 \cs_new:Npn \@@_error:nn    { \msg_error:nnn    {fontspec} }
 \cs_new:Npn \@@_error:nx    { \msg_error:nnx    {fontspec} }
+\cs_new:Npn \@@_error:nxx   { \msg_error:nnxx    {fontspec} }
 \cs_new:Npn \@@_warning:n   { \msg_warning:nn   {fontspec} }
 \cs_new:Npn \@@_warning:nx  { \msg_warning:nnx  {fontspec} }
 \cs_new:Npn \@@_warning:nxx { \msg_warning:nnxx {fontspec} }





More information about the latex3-commits mailing list.