[latex3-commits] [git/LaTeX3-latex3-fontspec] gh423: add missing error function, issue #423 (3f19d30)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed May 18 12:30:53 CEST 2022
Repository : https://github.com/latex3/fontspec
On branch : gh423
Link : https://github.com/latex3/fontspec/commit/3f19d30aa7d4f9359b7fae937accf19b48156e08
>---------------------------------------------------------------
commit 3f19d30aa7d4f9359b7fae937accf19b48156e08
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed May 18 12:30:53 2022 +0200
add missing error function, issue #423
>---------------------------------------------------------------
3f19d30aa7d4f9359b7fae937accf19b48156e08
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.