Browse Source

ob-tangle.el: Fix compiler warning

Bastien Guerry 11 years ago
parent
commit
23fa320af8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-tangle.el

+ 1 - 0
lisp/ob-tangle.el

@@ -38,6 +38,7 @@
 (declare-function org-babel-update-block-body "org" (new-body))
 (declare-function org-up-heading-safe "org" ())
 (declare-function make-directory "files" (dir &optional parents))
+(declare-function org-before-first-heading-p "org" ())
 
 (defcustom org-babel-tangle-lang-exts
   '(("emacs-lisp" . "el"))