Browse Source

Fix yet another compiler warning.

Let's go to sleep now.
Bastien Guerry 12 years ago
parent
commit
93acc82b96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -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.