emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org be7f61171f: oc-csl: Add missing function declaratio


From: ELPA Syncer
Subject: [elpa] externals/org be7f61171f: oc-csl: Add missing function declaration
Date: Tue, 9 Aug 2022 09:57:52 -0400 (EDT)

branch: externals/org
commit be7f61171f3bfc2f892a4f7fcaa70f73f93d5b23
Author: AndrĂ¡s Simonyi <andras.simonyi@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    oc-csl: Add missing function declaration
    
    * lisp/oc-csl.el (citeproc-add-subbib-filters): Declare function.
---
 lisp/oc-csl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/oc-csl.el b/lisp/oc-csl.el
index c8e61a5998..8f88999efc 100644
--- a/lisp/oc-csl.el
+++ b/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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]