ob-tangle.el: Fix compiler warning
This commit is contained in:
parent
a391d528e0
commit
23fa320af8
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue