branch: elpa/bind-map
commit d609a7d784f62c7ddd866f3cdb1b72bcadafeff8
Author: justbur <jus...@burkett.cc>
Commit: justbur <jus...@burkett.cc>

    Add cl-lib requirement
---
 bind-map.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bind-map.el b/bind-map.el
index ae18429a8b..7561080232 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -51,6 +51,8 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+
 (defgroup bind-map nil
   "Bind personal keymaps in multiple locations."
   :group 'emacs)

Reply via email to