branch: elpa/evil-exchange
commit 271c4b3b0afddcd607fecf91ce860ade3484c484
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>
Add require for cl-lib
---
evil-exchange.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/evil-exchange.el b/evil-exchange.el
index fe8a76dc9a..4aafb7713a 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -6,7 +6,7 @@
;; URL: http://github.com/Dewdrops/evil-exchange
;; Version: 0.1
;; Keywords: evil, plugin
-;; Package-Requires: ((evil "1.0.7"))
+;; Package-Requires: ((evil "1.0.7") (cl-lib "0.3"))
;; This file is NOT part of GNU Emacs.
@@ -40,7 +40,6 @@
;;; Code:
-(eval-when-compile (require 'cl))
(require 'evil)
(defgroup evil-exchange nil