lisp/ob-tangle.el: Add variable declaration

This completes commit 0b4e357d6.
This commit is contained in:
Bastien 2021-09-26 14:34:41 +02:00
parent 98fd6d5fd5
commit 578d99b2aa

View file

@ -43,6 +43,7 @@
(declare-function org-in-commented-heading-p "org" (&optional no-inheritance))
(declare-function org-in-archived-heading-p "org" (&optional no-inheritance))
(declare-function outline-previous-heading "outline" ())
(defvar org-id-link-to-org-use-id nil) ; Dynamically scoped
(defcustom org-babel-tangle-lang-exts
'(("emacs-lisp" . "el")