branch: elpa/anzu
commit 16fc5810b30d7aa8d0487df2dbb9742697864633
Merge: 532db96e34 acaef89dca
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    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