summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex b/Master/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex
index e22bdb09910..497ea8591e8 100644
--- a/Master/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex
+++ b/Master/texmf-dist/tex/generic/pgf/modules/pgfmodulesorting.code.tex
@@ -39,18 +39,18 @@
\expandafter\global\expandafter\let\csname pgf@sort@\the\c@pgf@counta\endcsname\pgfutil@empty%
\advance\c@pgf@counta by1\relax%
\pgfutil@repeat
-}%
+}
% Insert code into some bucket
-%
+%
% #1 = the bucket
% #2 = the code
-%
-\def\pgfsortinginsert#1#2{
+%
+\def\pgfsortinginsert#1#1{
\expandafter\let\expandafter\pgf@temp\csname pgf@lib@sort@#1\endcsname%
\expandafter\def\expandafter\pgf@temp\expandafter{\pgf@temp#2}%
\expandafter\global\expandafter\let\csname pgf@lib@sort@\the\c@pgf@counta\endcsname\pgf@temp%
-}%
+}
% After all code has been inserted into the buckets, you can call
@@ -63,7 +63,7 @@
\csname pgf@lib@sort@\the\c@pgf@counta\endcsname%
\advance\c@pgf@counta by1\relax%
\pgfutil@repeat
-}%
+}
\endinput