org-macro: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2017-06-09 21:22:53 +02:00
parent 9a8506b7af
commit 4bdf11a967
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
(declare-function org-element-property "org-element" (property element))
(declare-function org-element-type "org-element" (element))
(declare-function org-file-contents "org" (file &optional noerror))
(declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
(declare-function org-mode "org" ())
(declare-function vc-backend "vc-hooks" (f))
(declare-function vc-call "vc-hooks" (fun file &rest args) t)