emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bind-map d609a7d784 12/97: Add cl-lib requirement


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map d609a7d784 12/97: Add cl-lib requirement
Date: Thu, 20 Jan 2022 07:58:53 -0500 (EST)

branch: elpa/bind-map
commit d609a7d784f62c7ddd866f3cdb1b72bcadafeff8
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@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

[Prev in Thread] Current Thread [Next in Thread]