mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-29 11:02:33 +00:00
ob-tangle: fixed `declare-function' call to point to correct file or origin
* lisp/ob-tangle.el (with-temp-filebuffer): fixed `declare-function' call to point to correct file or origin
This commit is contained in:
parent
54c5039b8d
commit
b44ecb51a4
@ -33,7 +33,7 @@
|
||||
(require 'cl))
|
||||
|
||||
(declare-function org-link-escape "org" (text &optional table))
|
||||
(declare-function with-temp-filebuffer "org" (file &rest body))
|
||||
(declare-function with-temp-filebuffer "org-interaction" (file &rest body))
|
||||
|
||||
(defcustom org-babel-tangle-lang-exts
|
||||
'(("emacs-lisp" . "el"))
|
||||
|
Loading…
Reference in New Issue
Block a user