Browse Source

Silence byte-compiler

Nicolas Goaziou 8 years ago
parent
commit
d15a4a4a9b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org.el

+ 2 - 0
lisp/org.el

@@ -174,6 +174,8 @@ Stars are put in group 1 and the trimmed body in group 2.")
 (declare-function
  org-table-sort-lines "org-table"
  (&optional with-case sorting-type getkey-func compare-func interactive?))
+(declare-function org-table-shrink "org-table" (&optional begin end))
+(declare-function org-table-toggle-column-width "org-table" (&optional arg))
 (declare-function org-table-wrap-region "org-table" (arg))
 (declare-function org-tags-view "org-agenda" (&optional todo-only match))
 (declare-function orgtbl-ascii-plot "org-table" (&optional ask))