org-compat: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2017-01-22 14:46:35 +01:00
parent eda4684d35
commit 4696d6e71d
1 changed files with 2 additions and 0 deletions

View File

@ -35,8 +35,10 @@
(declare-function org-at-table.el-p "org" (&optional table-type))
(declare-function org-element-at-point "org-element" ())
(declare-function org-element-type "org-element" (element))
(declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading))
(declare-function org-link-set-parameters "org" (type &rest rest))
(declare-function org-table-end (&optional table-type))
(declare-function outline-next-heading "outline" ())
(declare-function table--at-cell-p "table" (position &optional object at-column))
(defvar org-table-any-border-regexp)