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

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

[elpa] externals/kiwix bd0fe09 018/192: setq-local depend on cl-lib


From: Stefan Monnier
Subject: [elpa] externals/kiwix bd0fe09 018/192: setq-local depend on cl-lib
Date: Sat, 19 Dec 2020 00:41:24 -0500 (EST)

branch: externals/kiwix
commit bd0fe091001146d76dd784a43f5dc79532ac0e3f
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    setq-local depend on cl-lib
---
 kiwix-at-point.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kiwix-at-point.el b/kiwix-at-point.el
index d0cfbe5..5cedef1 100644
--- a/kiwix-at-point.el
+++ b/kiwix-at-point.el
@@ -7,6 +7,8 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+
 (defgroup kiwix-at-point nil
   "Search in Kiwix for text at point."
   :group 'external)



reply via email to

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