Kaynağa Gözat

babel: declaring function to inhibit compiler warning

* lisp/ob-tangle.el (with-temp-filebuffer): declaring function to
  inhibit compiler warning
Eric Schulte 14 yıl önce
ebeveyn
işleme
07b34e7a6b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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"))