From 09dd07bcc2397ff03460d5e89f8125456c29e025 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <gesang@stud.uni-heidelberg.de>
Date: Tue, 12 Mar 2013 17:05:16 +0100
Subject: fix spurious global; workaround buffer idiosyncrasy in manual

---
 mod/scripts/context/lua/third/rst/mtx-t-rst.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mod/scripts/context/lua/third')

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 = [[
 ===============================================================
-- 
cgit v1.2.3