diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-24 15:29:49 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-24 15:29:49 +0200 |
commit | faafa55ce90431df2b42a0cff4955513106ddfbf (patch) | |
tree | 779b20dbc99f945fa429af784b7b444c5ee0dc47 | |
parent | 49de5c838925a4a147fd7a563d078c0b66348220 (diff) | |
download | luatexbase-faafa55ce90431df2b42a0cff4955513106ddfbf.tar.gz |
loader: add a missing 'local'
-rw-r--r-- | luatexbase-loader.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx index d007996..dfbfcac 100644 --- a/luatexbase-loader.dtx +++ b/luatexbase-loader.dtx @@ -316,7 +316,7 @@ end % present, so we do the same. % % \begin{macrocode} -function find_file_lua_emul(name) +local function find_file_lua_emul(name) local search_list = {} for _, suffix in ipairs(lua_suffixes) do if ends_with(suffix, name) then |