awful: fix completion declaration

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-19 18:45:46 +02:00
parent 7b37c6cf0d
commit 8947213491
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ P.myhooks = {}
P.menu = {}
P.screen = {}
P.layout = {}
P.menu.completion = {}
P.completion = {}
P.client = {}
P.tag = {}
@ -460,7 +460,7 @@ function P.eval(s)
return assert(loadstring("return " .. s))()
end
function P.menu.completion.bash(command, cur_pos, ncomp)
function P.completion.bash(command, cur_pos, ncomp)
local wstart = 1
local wend = 1
local words = {}