Browse Source

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
Eric Schulte 14 years ago
parent
commit
b44ecb51a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-tangle.el

+ 1 - 1
lisp/ob-tangle.el

@@ -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"))