diff options
author | Marius <mariausol@gmail.com> | 2010-10-29 19:40:10 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2010-10-29 19:40:10 +0300 |
commit | b8fc800cde67f29f4724b642d87278f864ec2d58 (patch) | |
tree | 8f18fe23caa67ee267782f0f7421623de00c26a0 /scripts | |
parent | 42c4d16ce1daa37425d12be6c87d6f64a72b5094 (diff) | |
download | context-b8fc800cde67f29f4724b642d87278f864ec2d58.tar.gz |
beta 2010.10.29 18:15
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtxrun.lua | 2 | ||||
-rw-r--r-- | scripts/context/stubs/mswin/mtxrun.lua | 2 | ||||
-rw-r--r-- | scripts/context/stubs/unix/mtxrun | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index 7af51ba30..07a3563b0 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -8549,7 +8549,7 @@ local function stripelement(e,nolines,anywhere) end end end - local nedt = #nedt + local nedt = #edt if nedt > 0 then -- strip end local str = edt[nedt] diff --git a/scripts/context/stubs/mswin/mtxrun.lua b/scripts/context/stubs/mswin/mtxrun.lua index 7af51ba30..07a3563b0 100644 --- a/scripts/context/stubs/mswin/mtxrun.lua +++ b/scripts/context/stubs/mswin/mtxrun.lua @@ -8549,7 +8549,7 @@ local function stripelement(e,nolines,anywhere) end end end - local nedt = #nedt + local nedt = #edt if nedt > 0 then -- strip end local str = edt[nedt] diff --git a/scripts/context/stubs/unix/mtxrun b/scripts/context/stubs/unix/mtxrun index 7af51ba30..07a3563b0 100644 --- a/scripts/context/stubs/unix/mtxrun +++ b/scripts/context/stubs/unix/mtxrun @@ -8549,7 +8549,7 @@ local function stripelement(e,nolines,anywhere) end end end - local nedt = #nedt + local nedt = #edt if nedt > 0 then -- strip end local str = edt[nedt] |