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

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

[elpa] externals/isearch-mb 0b58b14 14/20: Require cl-lib when compiling


From: Stefan Monnier
Subject: [elpa] externals/isearch-mb 0b58b14 14/20: Require cl-lib when compiling
Date: Sun, 16 May 2021 17:21:14 -0400 (EDT)

branch: externals/isearch-mb
commit 0b58b148804c138cdde305b63057baafe6ef4661
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Require cl-lib when compiling
---
 isearch-mb.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/isearch-mb.el b/isearch-mb.el
index 20652b1..1b1a84c 100644
--- a/isearch-mb.el
+++ b/isearch-mb.el
@@ -34,7 +34,9 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'subr-x))
+(eval-when-compile
+  (require 'cl-lib)
+  (require 'subr-x))
 
 (defvar isearch-mb--prompt-overlay nil
   "Overlay for minibuffer prompt updates.")



reply via email to

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