[latex3-commits] [git/LaTeX3-latex3-latex3] master: Code typos (dab5221c5)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Aug 26 22:39:26 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/dab5221c5283bd69a65a09ffbdcd02ef51359c6e

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

commit dab5221c5283bd69a65a09ffbdcd02ef51359c6e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Aug 26 21:39:26 2020 +0100

    Code typos


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

dab5221c5283bd69a65a09ffbdcd02ef51359c6e
 l3backend/l3backend-color.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index d5c063424..880df8067 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -316,17 +316,17 @@
         !
         TeXDict ~ begin ~
         / #1 ~ [#3] ~ aload ~ pop ~ (#1) ~ 
-        find \@@_backend__separation_init:n {#2} customcolor ~ def ~
+        find \@@_backend_separation_init:n {#2} customcolor ~ def ~
         end
       }
   }
-\cs_new:Npx \@@_backend__separation_init:n #1
+\cs_new:Npx \@@_backend_separation_init:n #1
   {
-    \exp_not:N \@@_backend__separation_init:w
+    \exp_not:N \@@_backend_separation_init:w
       #1 \tl_to_str:n { /Device } #1 \tl_to_str:n { /Device }
         \exp_not:N \s_@@_stop
   }
-\cs_new:Npn \@@_backend__separation_init:w #1 /Device #2 /Device #3 \s_@@_stop
+\cs_new:Npn \@@_backend_separation_init:w #1 /Device #2 /Device #3 \s_@@_stop
   { \str_lowercase:n {#2} }
 %    \end{macrocode}
 %  Currently no CIELAB support.





More information about the latex3-commits mailing list.