Sfoglia il codice sorgente

ob-tangle.el: Fix compiler warning

Bastien Guerry 11 anni fa
parent
commit
23fa320af8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"))