summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-07-09 08:46:56 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-07-09 08:46:56 -0700
commitb44ecb51a49add65abbe7cf6a4846d0e4be99e75 (patch)
tree786ae5c3c359b21b6e28022de1a5d11cf4d951e1
parent54c5039b8d24c6f577e4ff7650aafcd1c1594c0e (diff)
downloadorg-mode-b44ecb51a49add65abbe7cf6a4846d0e4be99e75.tar.gz
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
-rw-r--r--lisp/ob-tangle.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index 6cd535c..9bf29bb 100644
--- a/lisp/ob-tangle.el
+++ b/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"))