]> code.delx.au - gnu-emacs-elpa/commit
hydra.el (hydra-disable): Deactivate key-chord advice more
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 1 Sep 2015 09:26:21 +0000 (11:26 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 1 Sep 2015 09:26:21 +0000 (11:26 +0200)
commit39eed63d6c050319a140e24621061199f8126ef5
tree211ebd4edf7673429ecb9c97bd6ae7b3ffe8521e
parentea36afcc593bc7a59fafa9bc1ebc96208318111c
hydra.el (hydra-disable): Deactivate key-chord advice more

* hydra.el (hydra-disable): Deactivate key-chord advice even if
  `overriding-terminal-local-map' is nil. This situation can happen with
  `multiple-cursors', since it calls `hydra-disable' multiple times, and
  `hydra-default-pre' is called multiple times as well.

Fixes #163
hydra.el