From 1efa14d0ca47ab1aa41694ff438b67791ca9428c Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 6 Dec 2009 18:11:53 +0100 Subject: [PATCH] Make a var local (again) in pret-lam. --- pret-lam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pret-lam.lua b/pret-lam.lua index 41ffbc7..0eb1324 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -226,7 +226,7 @@ function vis.flush_line(str,nested) end function vis.do_line(str, no_indent) - result = {} + local result = {} if not no_indent then -- Allow ignore of the indentation stuff when we're calling ourselves -- for a partial line. -- 2.30.2