branch: master
commit e156bf2f53c14e653e213c44698673b7b9cfb8eb
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    Require cl at compile time
    
    Should fix #5
---
 hydra.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hydra.el b/hydra.el
index e4d046b..92019d8 100644
--- a/hydra.el
+++ b/hydra.el
@@ -50,6 +50,9 @@
 ;;; Code:
 (require 'cl-lib)
 
+(eval-when-compile
+  (require 'cl))
+
 (defgroup hydra nil
   "Make bindings that stick around."
   :group 'bindings

Reply via email to