branch: elpa/systemd
commit 09bfb6791edc991e77b841c5c4aee9b0654206e9
Author: Mark Oteiza <[email protected]>
Commit: Mark Oteiza <[email protected]>
explicitly require cl-lib
---
systemd-company.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/systemd-company.el b/systemd-company.el
index 4989b3d..27ae4cd 100644
--- a/systemd-company.el
+++ b/systemd-company.el
@@ -21,6 +21,8 @@
;;; Code:
+(require 'cl-lib)
+
(declare-function company-mode "company")
(declare-function company-begin-backend "company")
(declare-function company-grab-symbol "company")