avy.el: Fix compiler warnings

Re #258
This commit is contained in:
Oleh Krehel 2018-11-26 18:00:24 +01:00
parent bcc0cb0891
commit 4f1b8a17d8

3
avy.el
View File

@ -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.'"