[latex3-commits] [git/LaTeX3-latex3-latex3] master: l3draw: Better order for point processing (6aceadb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Feb 11 12:42:18 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/6aceadbbc26270501da5d0e0d54649a0edbbc694
>---------------------------------------------------------------
commit 6aceadbbc26270501da5d0e0d54649a0edbbc694
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Feb 11 11:42:18 2018 +0000
l3draw: Better order for point processing
>---------------------------------------------------------------
6aceadbbc26270501da5d0e0d54649a0edbbc694
l3trial/l3draw/l3draw-points.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3trial/l3draw/l3draw-points.dtx b/l3trial/l3draw/l3draw-points.dtx
index 52580bd..8f6e328 100644
--- a/l3trial/l3draw/l3draw-points.dtx
+++ b/l3trial/l3draw/l3draw-points.dtx
@@ -93,7 +93,7 @@
% The second argument here should itself absorb two arguments.
% \begin{macrocode}
\cs_new_protected:Npn \@@_point_process:nn #1#2
- { \use:x { \exp_not:n {#2} #1 } }
+ { \use:x { \exp_not:n {#1} #2 } }
% \end{macrocode}
% \end{macro}
%
@@ -852,7 +852,7 @@
{ \@@_set_vec:nn { z } {#1} }
\cs_new_protected:Npn \@@_set_vec:nn #1#2
{
- \@@_point_process:nn {#2} { \@@_set_vec:nnn {#1} }
+ \@@_point_process:nn { \@@_set_vec:nnn {#1} } {#2}
}
\cs_new_protected:Npn \@@_set_vec:nnn #1#2#3
{
More information about the latex3-commits
mailing list