Ver Fonte

Merge branch 'maint'

Nicolas Goaziou há 9 anos atrás
pai
commit
4b7b201c77
1 ficheiros alterados com 2 adições e 1 exclusões
  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"))