branch: master
commit e460d7ebe86cd6474c7cbec118fdc3159b6c255e
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    avy.el (flyspell-correct-word-before-point): Declare
---
 avy.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/avy.el b/avy.el
index 28700f1..87b298e 100644
--- a/avy.el
+++ b/avy.el
@@ -536,6 +536,8 @@ Set `avy-style' according to COMMMAND as well."
    (just-one-space))
   (message "Killed: %s" (current-kill 0)))
 
+(declare-function flyspell-correct-word-before-point "flyspell")
+
 (defun avy-action-ispell (pt)
   "Auto correct word at PT."
   (save-excursion

Reply via email to