浏览代码

org-macro: Silence byte-compiler

Nicolas Goaziou 7 年之前
父节点
当前提交
4bdf11a967
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-macro.el

+ 1 - 0
lisp/org-macro.el

@@ -53,6 +53,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)