瀏覽代碼

org-footnote: fix compiler warning

Thanks to Matthew Sauer for catching this.
Nicolas Goaziou 13 年之前
父節點
當前提交
86418aad12
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-footnote.el

+ 1 - 0
lisp/org-footnote.el

@@ -38,6 +38,7 @@
 (require 'org-macs)
 (require 'org-compat)
 
+(declare-function org-combine-plists "org" (&rest plists))
 (declare-function org-in-commented-line "org" ())
 (declare-function org-in-indented-comment-line "org" ())
 (declare-function org-in-regexp "org" (re &optional nlines visually))