]> code.delx.au - gnu-emacs-elpa/commit
hydra.el (hydra-disable): Call the exit action only in one frame
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 30 Oct 2015 12:53:27 +0000 (13:53 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 30 Oct 2015 12:53:27 +0000 (13:53 +0100)
commit90a4e76c378239940e22696f02b6843b162da2fd
tree5249e05eba29a2fa63f642a7e8d6d7d6d041f0a5
parent2403973be4f34893ec7d878dfafb1ef562f4d9cb
hydra.el (hydra-disable): Call the exit action only in one frame

* hydra.el (hydra-disable): Move the action calling code out
  of (frame-list) loop.

The (frame-list) loop was added to fix #105 to restor the
terminal-local-map in all frames. There's no reason for action-calling
code to be in that loop.

Fixes #169.
hydra.el