From d40e81dea53da7bbc91df306814003f7720a167f Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 24 Dec 2019 21:10:09 +0100 Subject: 2019-12-24 19:54:00 --- tex/context/base/mkiv/page-cst.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tex/context/base/mkiv/page-cst.lua') diff --git a/tex/context/base/mkiv/page-cst.lua b/tex/context/base/mkiv/page-cst.lua index 119e7fc2b..a6315ff05 100644 --- a/tex/context/base/mkiv/page-cst.lua +++ b/tex/context/base/mkiv/page-cst.lua @@ -8,7 +8,7 @@ if not modules then modules = { } end modules ["page-cst"] = { -- todo: check what is used -local next, type, tonumber = next, type, tonumber +local next, type, tonumber, rawget = next, type, tonumber, rawget local ceil, odd, round = math.ceil, math.odd, math.round local lower = string.lower local copy = table.copy -- cgit v1.2.3