summaryrefslogtreecommitdiff
path: root/tex/context/base/core-job.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2005-07-27 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2005-07-27 00:00:00 +0200
commitc2162354d613eee96e411440beaabfabcacca582 (patch)
tree11ccf61e2738c2b6d8481b2c5b03f93f3644f449 /tex/context/base/core-job.tex
parent695613d847705c7c7f4f308722e8c2a67099d944 (diff)
downloadcontext-c2162354d613eee96e411440beaabfabcacca582.tar.gz
stable 2005.07.27
Diffstat (limited to 'tex/context/base/core-job.tex')
-rw-r--r--tex/context/base/core-job.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/tex/context/base/core-job.tex b/tex/context/base/core-job.tex
index 10c601786..b7e203240 100644
--- a/tex/context/base/core-job.tex
+++ b/tex/context/base/core-job.tex
@@ -249,12 +249,12 @@
%\the\everybye %
%\the\everygoodbye % == \end (new)
%\expandafter\normalend %
- \expandafter\end
+ \expandafter\finalend
\fi}
-\let\normalend=\end
+\let\normalend\end
-\def\end
+\def\finalend
{\ifnum\textlevel>\zerocount \else
\the\everybye
\the\everygoodbye
@@ -263,6 +263,8 @@
\expandafter\normalend
\fi}
+\let\end\finalend
+
\def\emergencyend
{\writestatus\m!systems{invalid \@EA\string\csname\e!start\v!text\endcsname...\@EA\string\csname\e!stop\v!text\endcsname\space structure}%
\stoptext}