diff options
author | 2016-11-05 18:38:22 -0500 | |
---|---|---|
committer | 2016-11-06 13:41:45 -0600 | |
commit | 68ff36882cc9555dde14bba5f50af8d2d552fbd5 (patch) | |
tree | 8a3c4d998ee9fc5258618fff83bcd70bc82682c8 /plugins/console | |
parent | fad9a96cb0c49d693ab59504091cb9c522910f1a (diff) |
plugins/console: (nw)
Diffstat (limited to 'plugins/console')
-rw-r--r-- | plugins/console/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/console/init.lua b/plugins/console/init.lua index b4f42acf48e..3e5487c7b60 100644 --- a/plugins/console/init.lua +++ b/plugins/console/init.lua @@ -31,7 +31,7 @@ function console.startplugin() scr = scr .. "end)\n" scr = scr .. "return ln.linenoise('\x1b[1;36m[MAME]\x1b[0m> ')" - function get_completions(str) + local function get_completions(str) local function is_pair_iterable(t) local mt = getmetatable(t) return type(t) == 'table' or (mt and mt.__pairs) |