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

    avy.el: Fix compiler warnings
    
    Re #258
---
 avy.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/avy.el b/avy.el
index 4b92b87..af6b357 100644
--- a/avy.el
+++ b/avy.el
@@ -2009,6 +2009,9 @@ The window scope is determined by `avy-all-windows' (ARG 
negates it)."
 (defvar org-reverse-note-order)
 (declare-function org-refile "org")
 (declare-function org-back-to-heading "org")
+(declare-function org-reveal "org")
+
+(defvar org-after-refile-insert-hook)
 
 (defun avy-org-refile-as-child ()
   "Refile current heading as first child of heading selected with `avy.'"

Reply via email to