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.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/tex/context/base/page-not.tex b/tex/context/base/page-not.tex
index 23217781b..2dd5d09ff 100644
--- a/tex/context/base/page-not.tex
+++ b/tex/context/base/page-not.tex
@@ -23,18 +23,18 @@
\unprotect
\def\checkbegincolumnfootnotes % should happen inside otr
- {\ifclevernotes
+ {\ifcase\clevernotes
+ \erasenotebackup
+ \else
\doflushnotes
\savenotecontent
- \else
- \erasenotebackup
\fi
\savenotedata
\checknotes}
\def\checkendcolumnfootnotes
{\restorenotedata % maybe better just \checknotes
- \ifclevernotes
+ \ifcase\clevernotes\else
\restorenotecontent
\fi}
@@ -52,18 +52,18 @@
% hm
\def\checkbegincolumnfootnotes % should happen inside otr
- {\ifclevernotes
+ {\ifcase\clevernotes
+ \erasenotebackup
+ \else
\doflushnotes
\savenotecontent
- \else
- \erasenotebackup
\fi
\savenotedata
\checknotes}
\def\checkendcolumnfootnotes
{\restorenotedata
- \ifclevernotes
+ \ifcase\clevernotes\else
\restorenotecontent
\fi}