瀏覽代碼

Silence byte-compiler

Nicolas Goaziou 11 年之前
父節點
當前提交
ad16ef42da
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      lisp/ob-exp.el
  2. 1 0
      lisp/ob-tangle.el

+ 1 - 0
lisp/ob-exp.el

@@ -37,6 +37,7 @@
 		  (start-re end-re &optional lim-up lim-down))
 (declare-function org-get-indentation "org" (&optional line))
 (declare-function org-heading-components "org" ())
+(declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
 (declare-function org-in-block-p "org" (names))
 (declare-function org-in-verbatim-emphasis "org" ())
 (declare-function org-link-search "org" (s &optional type avoid-pos stealth))

+ 1 - 0
lisp/ob-tangle.el

@@ -37,6 +37,7 @@
 (declare-function org-fill-template "org" (template alist))
 (declare-function org-babel-update-block-body "org" (new-body))
 (declare-function org-up-heading-safe "org" ())
+(declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
 (declare-function make-directory "files" (dir &optional parents))
 (declare-function org-before-first-heading-p "org" ())