branch: elpa/anzu
commit 95caf0f382a0c8660f04ccab896f649181d035df
Merge: 9c821d182c f29278e5bd
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Merge pull request #63 from tarsius/master
Silence byte-compiler
---
anzu.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/anzu.el b/anzu.el
index 08a2108f92..e8b9450b57 100644
--- a/anzu.el
+++ b/anzu.el
@@ -39,6 +39,8 @@
(require 'cl-lib)
(require 'thingatpt)
+(declare-function migemo-forward 'migemo)
+
(defgroup anzu nil
"Show searched position in mode-line"
:group 'isearch)