]> code.delx.au - gnu-emacs-elpa/commit
Fix switch-frame handling.
authorjhonnyseven <jhonnyseven@users.noreply.github.com>
Fri, 13 Mar 2015 14:12:21 +0000 (16:12 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 14 Mar 2015 08:31:09 +0000 (09:31 +0100)
commit543e97b0c590afa640f0d815ba600f8b8a1890b8
tree22e35192b9dbe99812e63459f1f78613126f6f62
parent5e8c7f2288eada41f7fb3fa6e774ee45cdf626ac
Fix switch-frame handling.

Calling only `hydra-keyboard-quit' on switch-frame event was
effectively stopping the original frame switch. This change adds a
call to the original handler after calling `hydra-keyboard-quit'.

See #73

* hydra.el: Add `hydra--handle-switch-frame'

* hydra-test.el: Update

Fixes #77
hydra-test.el
hydra.el