diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-10-29 18:15:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-10-29 18:15:00 +0200 |
commit | d3c8eee372dd3ce5c180cefce270b9b0d4e8c77a (patch) | |
tree | cab80ab97bfed00d6d3d72bdf457343826276e11 /scripts | |
parent | 2e3932acbaa9da37885abbbd1f449a110c06f9a1 (diff) | |
download | context-d3c8eee372dd3ce5c180cefce270b9b0d4e8c77a.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 | ||||
-rwxr-xr-x | 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 100755 --- 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] |