1
0
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:
Eric Schulte 2010-07-09 08:46:56 -07:00
parent 54c5039b8d
commit b44ecb51a4

View File

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