瀏覽代碼

ob-tangle: Silence byte-compiler

Nicolas Goaziou 9 年之前
父節點
當前提交
a03175d6d9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/ob-tangle.el

+ 2 - 1
lisp/ob-tangle.el

@@ -39,9 +39,10 @@
 (declare-function org-link-escape "org" (text &optional table))
 (declare-function org-open-link-from-string "org" (s &optional arg reference-buffer))
 (declare-function org-store-link "org" (arg))
-(declare-function org-up-heading-safe "org" ())
 (declare-function outline-previous-heading "outline" ())
 
+(defvar org-link-types-re)
+
 (defcustom org-babel-tangle-lang-exts
   '(("emacs-lisp" . "el")
     ("elisp" . "el"))