Skip to content

Commit

Permalink
oc-csl: Add missing function declaration
Browse files Browse the repository at this point in the history
* lisp/oc-csl.el (citeproc-add-subbib-filters): Declare function.
  • Loading branch information
andras-simonyi authored and yantar92 committed Aug 9, 2022
1 parent c7d4841 commit be7f611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/oc-csl.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit be7f611

Please sign in to comment.