1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-23 19:49:32 +00:00

babel: declaring function to inhibit compiler warning

* lisp/ob-tangle.el (with-temp-filebuffer): declaring function to
  inhibit compiler warning
This commit is contained in:
Eric Schulte 2010-07-08 13:40:01 -07:00
parent 8944a309a4
commit 07b34e7a6b

View File

@ -33,6 +33,7 @@
(require 'cl))
(declare-function org-link-escape "org" (text &optional table))
(declare-function with-temp-filebuffer "org" (file &rest body))
(defcustom org-babel-tangle-lang-exts
'(("emacs-lisp" . "el"))