Fix yet another compiler warning.

Let's go to sleep now.
This commit is contained in:
Bastien Guerry 2012-08-07 02:05:10 +02:00
parent 01bd28be69
commit 93acc82b96
1 changed files with 1 additions and 0 deletions

View File

@ -18669,6 +18669,7 @@ 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--parse-objects "org-element" (beg end acc restriction))
(declare-function org-element-up "org-element" ())
(defun org-metaup (&optional arg)
"Move subtree up or move table row up.