From dac9ae16ea5704790bd22a3bff0b47e98d6a5809 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 14 Jun 2017 10:01:26 +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 828c5e9e3..338c98811 100644 --- a/lisp/org-macro.el +++ b/lisp/org-macro.el @@ -59,6 +59,7 @@ (declare-function org-file-url-p "org" (file)) (declare-function org-in-commented-heading-p "org" (&optional no-inheritance)) (declare-function org-mode "org" ()) +(declare-function org-trim "org" (s &optional keep-lead)) (declare-function vc-backend "vc-hooks" (f)) (declare-function vc-call "vc-hooks" (fun file &rest args) t) (declare-function vc-exec-after "vc-dispatcher" (code))