branch: master
commit 916a1303c660a944aa70e8b436266fc23c8970e6
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    Depend on cl-lib v0.5 for `cl-mapcar'
---
 hydra.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hydra.el b/hydra.el
index 9b65f03..d2886df 100644
--- a/hydra.el
+++ b/hydra.el
@@ -5,6 +5,7 @@
 ;; Author: Oleh Krehel <[email protected]>
 ;; URL: https://github.com/abo-abo/hydra
 ;; Version: 0.1.0
+;; Package-Requires: ((cl-lib "0.5"))
 ;; Keywords: bindings
 
 ;; This file is not part of GNU Emacs
@@ -47,6 +48,7 @@
 ;;         ("l" . text-scale-decrease)))
 
 ;;; Code:
+(require 'cl-lib)
 
 ;;;###autoload
 (defmacro hydra-create (body heads)

Reply via email to