Applied, thanks.
On Mon, Oct 07, 2013 at 01:54:03AM -0500, Chris Johnsen wrote:
> In a36da3a (Remove the barely-used and unnecessary command check()
> function., 2013-08-21) an extra, unconditional, early return was
> accidentally inserted when handling unbind-key without the "-a"
> option.
>
> R
In a36da3a (Remove the barely-used and unnecessary command check()
function., 2013-08-21) an extra, unconditional, early return was
accidentally inserted when handling unbind-key without the "-a"
option.
Remove this early return to let unbind-keys work to unbind
individual keys.
---
The problem