From d6fdc881c4460729e848435eccf17cf38e6f29eb Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 3 Jun 2013 19:03:28 +0200 Subject: fix local copies of the state table --- mod/tex/context/third/rst/rst_setups.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/tex/context/third/rst/rst_setups.lua') diff --git a/mod/tex/context/third/rst/rst_setups.lua b/mod/tex/context/third/rst/rst_setups.lua index 7dd8161..21f0fe9 100644 --- a/mod/tex/context/third/rst/rst_setups.lua +++ b/mod/tex/context/third/rst/rst_setups.lua @@ -12,7 +12,6 @@ local optional_setups = { } thirddata.rst_setups = optional_setups local rst_directives = thirddata.rst_directives local rst_context = thirddata.rst -local state = rst_context.state local stringformat = string.format local stringstrip = string.strip @@ -29,7 +28,7 @@ function optional_setups.footnote_symbol () end function optional_setups.footnotes () - local tf = state.footnotes + local tf = rst_context.state.footnotes local fn = [[ %---------------------------------------------------------------% -- cgit v1.2.3