diff options
author | Hans Hagen <pragma@wxs.nl> | 2008-04-11 00:07:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2008-04-11 00:07:00 +0200 |
commit | 84c5ae8992fff7184ebc669a1eb654a92d55951c (patch) | |
tree | 4b2cd86ca0d8bfc4fa6ec3930a983bb3bbf444a9 /tex/context/base/luat-env.tex | |
parent | 55bcf0e607bb8af553581e74293687ed635bf877 (diff) | |
download | context-84c5ae8992fff7184ebc669a1eb654a92d55951c.tar.gz |
stable 2008.04.11 00:07
Diffstat (limited to 'tex/context/base/luat-env.tex')
-rw-r--r-- | tex/context/base/luat-env.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/luat-env.tex b/tex/context/base/luat-env.tex index 8fdfff295..0b6f24663 100644 --- a/tex/context/base/luat-env.tex +++ b/tex/context/base/luat-env.tex @@ -96,9 +96,10 @@ environment.formatname = "\contextformat" % tex.formatname environment.initex = \ifproductionrun false \else true \fi % tex.formatname == "" environment.version = "\contextversion" --- dofile(input.find_file(texmf.instance,"luat-env.lua","tex")) \stopruntimectxluacode +% no longer needed: dofile(input.find_file(texmf.instance,"luat-env.lua","tex")) + \chardef\ctxluaexecutionmode \zerocount % private % we start at 500, below this, we store predefined data (dumps) |