浏览代码

Fix yet another compiler warning.

Let's go to sleep now.
Bastien Guerry 12 年之前
父节点
当前提交
93acc82b96
共有 1 个文件被更改,包括 1 次插入0 次删除
  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-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-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--parse-objects "org-element" (beg end acc restriction))
+(declare-function org-element-up "org-element" ())
 
 
 (defun org-metaup (&optional arg)
 (defun org-metaup (&optional arg)
   "Move subtree up or move table row up.
   "Move subtree up or move table row up.