diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/data-lua.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/data-lua.lua | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/data-lua.lua b/Master/texmf-dist/tex/context/base/mkiv/data-lua.lua index 7c12a5940f5..3022ae55037 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/data-lua.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/data-lua.lua @@ -50,11 +50,9 @@ function helpers.cleanpath(path) -- hm, don't we have a helper for this? return resolveprefix(lpegmatch(pattern,path)) end -local loadedaslib = helpers.loadedaslib -local getextraluapaths = package.extraluapaths -local getextralibpaths = package.extralibpaths -local registerpath = helpers.registerpath -local lualibfile = helpers.lualibfile +local loadedaslib = helpers.loadedaslib +local registerpath = helpers.registerpath +local lualibfile = helpers.lualibfile local luaformatpaths local libformatpaths |