branch: elpa/evil-exchange
commit 6411ce3e5f58962d96a64365fdde0812dd2e7bd3
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>

    require fix
---
 evil-exchange.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/evil-exchange.el b/evil-exchange.el
index ce6d9d05c8..f4b2ce656d 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -40,6 +40,7 @@
 ;;; Code:
 
 (require 'evil)
+(require 'cl)
 
 (defgroup evil-exchange nil
   "Easy text exchange operator for Evil."

Reply via email to