branch: elpa/anzu
commit acaef89dca0392a775bdef8190cdee166131d359
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
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"