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

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

[nongnu] elpa/systemd 09bfb67 030/131: explicitly require cl-lib


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 09bfb67 030/131: explicitly require cl-lib
Date: Sun, 29 Aug 2021 11:35:09 -0400 (EDT)

branch: elpa/systemd
commit 09bfb6791edc991e77b841c5c4aee9b0654206e9
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    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")



reply via email to

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