summaryrefslogtreecommitdiff
path: root/mod/scripts/context/lua
diff options
context:
space:
mode:
authorPhilipp Gesang <gesang@stud.uni-heidelberg.de>2013-03-12 17:05:16 +0100
committerPhilipp Gesang <gesang@stud.uni-heidelberg.de>2013-03-12 17:05:16 +0100
commit09dd07bcc2397ff03460d5e89f8125456c29e025 (patch)
treed65828105981aa94bfaa697358d09a799834609a /mod/scripts/context/lua
parent9c6a8a9737e6f5b09ca65ed82a186b58e731e350 (diff)
downloadcontext-rst-09dd07bcc2397ff03460d5e89f8125456c29e025.tar.gz
fix spurious global; workaround buffer idiosyncrasy in manual
Diffstat (limited to 'mod/scripts/context/lua')
-rw-r--r--mod/scripts/context/lua/third/rst/mtx-t-rst.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/scripts/context/lua/third/rst/mtx-t-rst.lua b/mod/scripts/context/lua/third/rst/mtx-t-rst.lua
index 08782a9..fc3b8e9 100644
--- a/mod/scripts/context/lua/third/rst/mtx-t-rst.lua
+++ b/mod/scripts/context/lua/third/rst/mtx-t-rst.lua
@@ -14,7 +14,7 @@ scripts.rst = { }
environment.loadluafile("rst_parser")
-local ea = environment.argument
+local ea = environment.argument
local helpinfo = [[
===============================================================