org.el: Fix compiler warnings.

This commit is contained in:
Bastien Guerry 2012-08-08 14:55:40 +02:00
parent 12101efc2f
commit d70cf44e7b
1 changed files with 5 additions and 0 deletions

View File

@ -18666,6 +18666,10 @@ this function returns t, nil otherwise."
(declare-function org-element-paragraph-parser "org-element" (limit))
(declare-function org-element-map "org-element" (data types fun &optional info first-match no-recursion))
(declare-function org-element-up "org-element" ())
(declare-function org-element-nested-p "org-element" (elem-a elem-b))
(declare-function org-element-swap-A-B "org-element" (elem-a elem-b))
(declare-function org-element--parse-objects "org-element" (beg end acc restriction))
(declare-function org-element-parse-buffer "org-element" (&optional granularity visible-only))
(defun org-metaup (&optional arg)
"Move subtree up or move table row up.
@ -21809,6 +21813,7 @@ Move to the previous element at the same level, when possible."
(org-with-limited-levels (org-back-to-heading)))))))
;;;###autoload
(defvar org-element-greater-elements)
(defun org-down-element ()
"Move to inner element."
(interactive)