Name better the public shortcut function.

This commit is contained in:
Lefteris Chatzimparmpas 2012-02-22 18:56:45 +01:00
parent dda48edbab
commit befefb55a1

View File

@ -1043,7 +1043,8 @@ function Mailbox.enter_idle(self)
return true
end
Mailbox.select = _cached_select
Mailbox.open = _cached_select
Mailbox.close = _cached_close
Mailbox._mt.__index = function () end