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

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

[nongnu] elpa/anzu 16fc5810b3 029/288: Merge pull request #6 from bbatso


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 16fc5810b3 029/288: Merge pull request #6 from bbatsov/fix-comp-warning
Date: Thu, 6 Jan 2022 03:58:36 -0500 (EST)

branch: elpa/anzu
commit 16fc5810b30d7aa8d0487df2dbb9742697864633
Merge: 532db96e34 acaef89dca
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Merge pull request #6 from bbatsov/fix-comp-warning
    
    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]