summaryrefslogtreecommitdiff
path: root/tex/context/base/core-sys.mkiv
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-03-14 19:00:14 +0200
committerMarius <mariausol@gmail.com>2013-03-14 19:00:14 +0200
commit87ccabde9493235c09b0ca36963ff54d0334ab40 (patch)
tree11d3d905a1fb7c5cdd51a9dd6d94b69d252c6204 /tex/context/base/core-sys.mkiv
parent800d981b5f6f6d1f196dd3b9a421edb76504d600 (diff)
downloadcontext-87ccabde9493235c09b0ca36963ff54d0334ab40.tar.gz
beta 2013.03.14 17:31
Diffstat (limited to 'tex/context/base/core-sys.mkiv')
-rw-r--r--tex/context/base/core-sys.mkiv18
1 files changed, 9 insertions, 9 deletions
diff --git a/tex/context/base/core-sys.mkiv b/tex/context/base/core-sys.mkiv
index f58f90042..b65934432 100644
--- a/tex/context/base/core-sys.mkiv
+++ b/tex/context/base/core-sys.mkiv
@@ -176,15 +176,15 @@
\fi}
\def\syst_start_yes[#1]%
- {\edef\m_syst_start_stop{#1}%
- \ifx\m_syst_start_stop\empty
- \let\syst_stop_indeed\donothing
- \else\ifcsname\e!start\m_syst_start_stop\endcsname
- \let\expandafter\syst_stop_indeed\csname\e!stop\m_syst_start_stop\endcsname
- \csname\e!start\currentstartstop\expandafter\expandafter\expandafter\endcsname
- \else
- \let\syst_stop_indeed\donothing
- \fi\fi}
+ {\edef\m_syst_start_stop{#1}%
+ \ifx\m_syst_start_stop\empty
+ \let\syst_stop_indeed\donothing
+ \else\ifcsname\e!start\m_syst_start_stop\endcsname
+ \expandafter\let\expandafter\syst_stop_indeed\csname\e!stop\m_syst_start_stop\endcsname
+ \csname\e!start\m_syst_start_stop\expandafter\expandafter\expandafter\endcsname
+ \else
+ \let\syst_stop_indeed\donothing
+ \fi\fi}
\def\syst_start_nop[#1]%
{\let\syst_stop_indeed\donothing}