diff options
author | Hans Hagen <pragma@wxs.nl> | 2002-03-12 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2002-03-12 00:00:00 +0100 |
commit | 9637343330dd2328e6fb2bcfb4fc0d0a25616965 (patch) | |
tree | 1ff1ac2828d6a1d9ff9b3c1e661290e2edb9fbf8 /tex/context/base/core-pos.tex | |
parent | 6a8becf936f346438dfcb463bbb195bf4dd45d7d (diff) | |
download | context-9637343330dd2328e6fb2bcfb4fc0d0a25616965.tar.gz |
stable 2002.03.12
Diffstat (limited to 'tex/context/base/core-pos.tex')
-rw-r--r-- | tex/context/base/core-pos.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/core-pos.tex b/tex/context/base/core-pos.tex index f833a09ed..3edbd1b15 100644 --- a/tex/context/base/core-pos.tex +++ b/tex/context/base/core-pos.tex @@ -611,7 +611,7 @@ %D {action when not on this page} %D \stoptypen -\def\doifpositionsonsamepageelse#1#2#3#4% +\def\dodoifpositionsonsamepageelse#1#2#3#4% {\bgroup \scratchcounter=#1\donefalse \def\docommando##1% @@ -624,10 +624,10 @@ \ifdone\egroup#3\else\egroup#4\fi} \def\doifpositionsonsamepageelse% - {\doifpositionsonsamepageelse{0}} + {\dodoifpositionsonsamepageelse{0}} \def\doifpositionsonthispageelse#1#2#3% - {\doifpositionsonsamepageelse\realfolio} + {\dodoifpositionsonsamepageelse\realfolio} %D Before we come to graphics support, we have to make sure of %D the reference point on the page. The next macro does so and |