summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-08-06 11:55:05 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2011-08-06 11:56:15 +0200
commit2ea5f35fff34ce73ba154b1ed5179d1ef754cbc4 (patch)
treec9f61cbc6117c34a3b5d3064b3fd954945bfd0d4
parent1913f3f50c476f7aeb6129b7c0d340ed80e5d513 (diff)
downloadorg-mode-2ea5f35fff34ce73ba154b1ed5179d1ef754cbc4.tar.gz
org-footnote: fix function declaration
-rw-r--r--lisp/org-footnote.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 93b8829..f967fbd 100644
--- a/lisp/org-footnote.el
+++ b/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))