summaryrefslogtreecommitdiff
path: root/tex/context/base/page-not.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/page-not.tex')
-rw-r--r--tex/context/base/page-not.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/tex/context/base/page-not.tex b/tex/context/base/page-not.tex
index 0e36ee314..b8bd84e90 100644
--- a/tex/context/base/page-not.tex
+++ b/tex/context/base/page-not.tex
@@ -63,12 +63,12 @@
% idem
\def\enablenotes
- {\global\count\footins=1000
- \global\skip\footins=1\baselineskip\relax}
+ {\global\count\footins1000
+ \global\skip\footins1\baselineskip\relax}
\def\disablenotes
- {\global\count\footins=0
- \global\skip\footins=\zeropoint}
+ {\global\count\footins\zerocount
+ \global\skip\footins \zeropoint}
% also
@@ -76,7 +76,7 @@
% {\insert\footins{\unvbox\OTRSETsavedfootnotes}}
%
%\def\savecolumnfootnotes
-% {\global\setbox\OTRSETsavedfootnotes=\vbox
+% {\global\setbox\OTRSETsavedfootnotes\vbox
% {\unvbox\OTRSETsavedfootnotes\box\footins}}
\newbox\savednotes
@@ -87,7 +87,7 @@
\fi}
\def\savenotes
- {\global\setbox\savednotes=\vbox
+ {\global\setbox\savednotes\vbox
{\ifvoid\savednotes\else\unvbox\savednotes\fi
\box\footins}}