浏览代码

oc-csl: Add missing function declaration

* lisp/oc-csl.el (citeproc-add-subbib-filters): Declare function.
András Simonyi 2 年之前
父节点
当前提交
be7f61171f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/oc-csl.el

+ 1 - 0
lisp/oc-csl.el

@@ -128,6 +128,7 @@
 (declare-function citeproc-render-citations "ext:citeproc")
 (declare-function citeproc-render-bib "ext:citeproc")
 (declare-function citeproc-hash-itemgetter-from-any "ext:citeproc")
+(declare-function citeproc-add-subbib-filters "ext:citeproc")
 
 (declare-function org-element-interpret-data "org-element" (data))
 (declare-function org-element-map "org-element" (data types fun &optional info first-match no-recursion with-affiliated))