diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/cals/cell.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/cals/cell.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/cals/cell.dtx b/Master/texmf-dist/source/latex/cals/cell.dtx index 71ddd4177e4..3ced564b6d6 100644 --- a/Master/texmf-dist/source/latex/cals/cell.dtx +++ b/Master/texmf-dist/source/latex/cals/cell.dtx @@ -151,11 +151,11 @@ % \begin{macrocode} \newcommand\spancontent[1]{} \def\spancontent{% -\let\cals@tmp=\cals@celll@end +\let\cals@tmp@celll=\cals@celll@end \let\cals@cell@width=\cals@span@width \def\cals@celll@end{% \cals@width@cell@put@row% - \let\cals@celll@end=\cals@tmp}% + \let\cals@celll@end=\cals@tmp@celll}% \setbox0=\cals@cell{\cals@span@width}{\cals@span@height}% }%{Implicit content} % \end{macrocode} |