[latex3-commits] [git/LaTeX3-latex3-latex3] color-models: Correct some backend functions (9ff11e4af)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jul 17 09:56:51 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : color-models
Link       : https://github.com/latex3/latex3/commit/9ff11e4af8e01800696be35d2257efb73ee8bbe0

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

commit 9ff11e4af8e01800696be35d2257efb73ee8bbe0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jul 17 08:56:51 2020 +0100

    Correct some backend functions


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

9ff11e4af8e01800696be35d2257efb73ee8bbe0
 l3backend/l3backend-color.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 72f631ca0..833b95fbe 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -147,7 +147,7 @@
 % \begin{macro}{\@@_backend_family_separation:nn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_backend_family_separation:nn #1#2
-  { \__kernel_backend_select:n {#1} }
+  { \@@_backend_select:n {#1} }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.