Declare function, silence byte compiler
* org-footnote.el (org-id-uuid): Declare function, silence byte compiler.
This commit is contained in:
parent
e144f53c9a
commit
da93c5d3f1
|
@ -48,6 +48,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" ())
|
||||
(defvar org-odd-levels-only) ;; defined in org.el
|
||||
(defvar message-signature-separator) ;; defined in message.el
|
||||
|
||||
|
|
Loading…
Reference in New Issue