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

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

[nongnu] elpa/anzu acaef89dca 027/288: Fix byte-compilation warning


From: ELPA Syncer
Subject: [nongnu] elpa/anzu acaef89dca 027/288: Fix byte-compilation warning
Date: Thu, 6 Jan 2022 03:58:36 -0500 (EST)

branch: elpa/anzu
commit acaef89dca0392a775bdef8190cdee166131d359
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@tradeo.com>

    Fix byte-compilation warning
---
 anzu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/anzu.el b/anzu.el
index 7969cef567..da115e63e7 100644
--- a/anzu.el
+++ b/anzu.el
@@ -35,7 +35,8 @@
 ;;; Code:
 
 (eval-when-compile
-  (require 'cl))
+  (require 'cl)
+  (defvar migemo-isearch-enable-p))
 
 (defgroup anzu nil
   "Show searched position in mode-line"



reply via email to

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