소스 검색

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