abo-abo / ace-window

Quickly switch windows in Emacs
977 stars 87 forks source link

Quitting out of dispatch list gives argument error #108

Closed nsemrau closed 6 years ago

nsemrau commented 6 years ago

Situation

I launch ace-window while I have several buffer windows open. Then, pressing ? shows me the dispatch list of possible keys for ace-window functions in the minibuffer.

Problem

When I decide to quit out of ace-window with C-g at this point, I get a message reading aw-dispatch-default: Wrong number of arguments: 0, nil.

Expected behaviour

ace-window quits without an argument error message.

abo-abo commented 6 years ago

Thanks.