Преглед на файлове

ob-tangle.el: Fix compiler warning

Bastien Guerry преди 12 години
родител
ревизия
23fa320af8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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"))