Browse Source

Silence byte-compiler

Nicolas Goaziou 11 years ago
parent
commit
ad16ef42da
2 changed files with 2 additions and 0 deletions
  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" ())