Explorar el Código

babel: declaring function to inhibit compiler warning

* lisp/ob-tangle.el (with-temp-filebuffer): declaring function to
  inhibit compiler warning
Eric Schulte hace 14 años
padre
commit
07b34e7a6b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lisp/ob-tangle.el

+ 1 - 0
lisp/ob-tangle.el

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