[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: Use correct msg function if backend is set twice (1d1c80ee9)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Oct 9 12:56:49 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex3/commit/1d1c80ee925e0e77dc0b695c1e7a24f5c237787f

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

commit 1d1c80ee925e0e77dc0b695c1e7a24f5c237787f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 9 11:56:49 2019 +0100

    Use correct msg function if backend is set twice


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

1d1c80ee925e0e77dc0b695c1e7a24f5c237787f
 l3kernel/l3sys.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index c9c538466..5795c1ad6 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -399,7 +399,7 @@
   {
     \sys_finalise:
     \str_if_exist:NTF \c_sys_backend_str
-      { \__kernel_msg_error:nnxx { sys } { backend-set } }
+      { \__kernel_msg_error:nn { sys } { backend-set } }
       {
         \tl_if_blank:nF {#1}
           { \tl_set:Nn \g_@@_backend_tl {#1} }





More information about the latex3-commits mailing list