浏览代码

org-footnote: fix function declaration

Nicolas Goaziou 13 年之前
父节点
当前提交
2ea5f35fff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-footnote.el

+ 1 - 1
lisp/org-footnote.el

@@ -51,7 +51,7 @@
 (declare-function org-end-of-subtree "org"  (&optional invisible-ok to-heading))
 (declare-function org-in-verbatim-emphasis "org" ())
 (declare-function org-inside-latex-macro-p "org" ())
-(declare-function org-id-uuid "org" ())
+(declare-function org-id-uuid "org-id" ())
 (declare-function org-fill-paragraph "org" (&optional justify))
 (declare-function org-export-preprocess-string "org-exp"
 		  (string &rest parameters))