summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-24 15:29:49 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-24 15:29:49 +0200
commitfaafa55ce90431df2b42a0cff4955513106ddfbf (patch)
tree779b20dbc99f945fa429af784b7b444c5ee0dc47 /luatexbase-loader.dtx
parent49de5c838925a4a147fd7a563d078c0b66348220 (diff)
downloadluatexbase-faafa55ce90431df2b42a0cff4955513106ddfbf.tar.gz
loader: add a missing 'local'
Diffstat (limited to 'luatexbase-loader.dtx')
-rw-r--r--luatexbase-loader.dtx2
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