awful.completion: fix compatibility (FS#474)

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-03-19 11:03:04 +01:00
parent 7fc8f4abc7
commit 405b5d0123
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ end
function bash(...)
util.deprecate("awful.completion.shell")
return shell(args)
return shell(...)
end
--- Run a generic completion.