Browse Source

org-macro: Silence byte-compiler

Nicolas Goaziou 7 years ago
parent
commit
dac9ae16ea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-macro.el

+ 1 - 0
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))