summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-06-09 21:23:17 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-06-09 21:23:17 +0200
commit28bb7777b41d1877aa61539cf7bc6bde9d3df3c1 (patch)
treef90591b1246a9c41e1d7a097fb1d75993e488e1e
parent657ed58eac696ef1e9803925b5983188efb849a7 (diff)
parent4bdf11a9674c74462938bd0e03eac65e58c5eeb4 (diff)
downloadorg-mode-28bb7777b41d1877aa61539cf7bc6bde9d3df3c1.tar.gz
Merge branch 'maint'
-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 96461f9..6758d31 100644
--- a/lisp/org-macro.el
+++ b/lisp/org-macro.el
@@ -56,6 +56,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)