mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-23 19:49:32 +00:00
babel: declaring function to inhibit compiler warning
* lisp/ob-tangle.el (with-temp-filebuffer): declaring function to inhibit compiler warning
This commit is contained in:
parent
8944a309a4
commit
07b34e7a6b
@ -33,6 +33,7 @@
|
||||
(require 'cl))
|
||||
|
||||
(declare-function org-link-escape "org" (text &optional table))
|
||||
(declare-function with-temp-filebuffer "org" (file &rest body))
|
||||
|
||||
(defcustom org-babel-tangle-lang-exts
|
||||
'(("emacs-lisp" . "el"))
|
||||
|
Loading…
Reference in New Issue
Block a user