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

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

[elpa] externals/hydra 87873d7888 26/35: Explicitly require cl-lib.


From: ELPA Syncer
Subject: [elpa] externals/hydra 87873d7888 26/35: Explicitly require cl-lib.
Date: Tue, 25 Oct 2022 22:59:06 -0400 (EDT)

branch: externals/hydra
commit 87873d788891029d9e44fa5458321d6a05849b94
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Explicitly require cl-lib.
    
    This avoids a byte compilation warning:
    
    $ emacs -Q -batch -f batch-byte-compile lv.el
    
    In end of data:
    lv.el:147:1:Warning: the function ‘cl-count’ is not known to be defined.
---
 lv.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lv.el b/lv.el
index bc83f07a85..61d0971e6a 100644
--- a/lv.el
+++ b/lv.el
@@ -33,6 +33,8 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+
 (defgroup lv nil
   "The other echo area."
   :group 'minibuffer



reply via email to

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