summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/m-chart.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/m-chart.tex')
-rw-r--r--Master/texmf-dist/tex/context/base/m-chart.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/m-chart.tex b/Master/texmf-dist/tex/context/base/m-chart.tex
index 2a29333b197..f5d0ea7b90b 100644
--- a/Master/texmf-dist/tex/context/base/m-chart.tex
+++ b/Master/texmf-dist/tex/context/base/m-chart.tex
@@ -13,7 +13,8 @@
% to do: \localpushmacro/\localpopmacro (dohandleflowchart etc)
-% will be redone with layers and dimexpr
+% will be redone with layers and dimexpr ro even better, by just using
+% textext
%D This is an experimental module. Pieces of code will be moved
%D to other modules. More features are possible but will be
@@ -1207,8 +1208,8 @@
\def\typeFLOWchart[#1]%
{\bgroup
\def\dohandleflowchart[##1][##2]{\typeFLOWbuffer{##1}}%
- \convertargument\startFLOWchart[#1]\to\firstverbatimfileline
- \convertargument \stopFLOWchart\to\lastverbatimfileline
+ \defconvertedargument\firstverbatimfileline{\startFLOWchart[#1]}%
+ \defconvertedargument\lastverbatimfileline {\stopFLOWchart}%
\getvalue{\@FLOW@-#1}
\egroup}