ob-tangle.el: Fix compiler warning

This commit is contained in:
Bastien Guerry 2014-01-31 09:43:46 +01:00
parent a391d528e0
commit 23fa320af8
1 changed files with 1 additions and 0 deletions

View File

@ -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"))