* lisp/ob-tangle.el (with-temp-filebuffer): fixed `declare-function' call to point to correct file or origin
@@ -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"))