summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-06-09 21:22:53 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-06-09 21:22:53 +0200
commit4bdf11a9674c74462938bd0e03eac65e58c5eeb4 (patch)
tree4080a6ccd999bd620b6a5ff171699234c9a79c08
parent9a8506b7affd9332f86d74024c44e86c6b1e9af7 (diff)
downloadorg-mode-4bdf11a9674c74462938bd0e03eac65e58c5eeb4.tar.gz
org-macro: Silence byte-compiler
-rw-r--r--lisp/org-macro.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-macro.el b/lisp/org-macro.el
index 5a48908..3dc9c54 100644
--- a/lisp/org-macro.el
+++ b/lisp/org-macro.el
@@ -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)