org-macro: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2017-06-14 10:01:26 +02:00
parent 2371548c2a
commit dac9ae16ea
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
(declare-function org-file-url-p "org" (file))
(declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
(declare-function org-mode "org" ())
(declare-function org-trim "org" (s &optional keep-lead))
(declare-function vc-backend "vc-hooks" (f))
(declare-function vc-call "vc-hooks" (fun file &rest args) t)
(declare-function vc-exec-after "vc-dispatcher" (code))