summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 22:53:59 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 22:53:59 +0200
commit460d83831ab22d310f1acdc5dc42481b5d917adc (patch)
tree644c567fc05d39070dca39d6bb6127dec930d59f
parent6c3ce3c17b28c4ebdf4beb4ebe61c41b6b39579d (diff)
downloadorg-mode-460d83831ab22d310f1acdc5dc42481b5d917adc.tar.gz
Silence byte-compiler
-rw-r--r--lisp/org-compat.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index febfba4..f218f3b 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -44,6 +44,7 @@
(declare-function org-element-type "org-element" (element))
(declare-function org-element-property "org-element" (property element))
(declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading))
+(declare-function org-get-heading "org" (&optional no-tags no-todo no-priority no-comment))
(declare-function org-get-tags "org" (&optional pos local))
(declare-function org-link-display-format "org" (s))
(declare-function org-link-set-parameters "org" (type &rest rest))