From 460d83831ab22d310f1acdc5dc42481b5d917adc Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 19 Jun 2018 22:53:59 +0200 Subject: [PATCH] Silence byte-compiler --- lisp/org-compat.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-compat.el b/lisp/org-compat.el index febfba4a3..f218f3bde 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))