]> code.delx.au - gnu-emacs-elpa/commit
hydra.el (defhydra): Avoid eager macroexpansion failure
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 28 Mar 2015 14:34:11 +0000 (15:34 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 28 Mar 2015 14:34:11 +0000 (15:34 +0100)
commite403363fad96d39df7217528dfb723039d8239ff
tree0419bc39f287244c6ed41187ac2481d42c553f04
parent5032ec70496d9b2173f95ce4e574a0cf298598d6
hydra.el (defhydra): Avoid eager macroexpansion failure

* hydra.el (defhydra): Don't test with keymapp, unless the symbol is
  bound. When the mode isn't loaded yet, the keymap symbol isn't bound.
hydra.el