From 4bdf11a9674c74462938bd0e03eac65e58c5eeb4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 9 Jun 2017 21:22:53 +0200 Subject: [PATCH] org-macro: Silence byte-compiler --- lisp/org-macro.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-macro.el b/lisp/org-macro.el index 5a4890875..3dc9c5450 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)