Re: [PATCH] oc-csl: Add missing function declaration

2022-08-09 Thread Ihor Radchenko
András Simonyi writes: > I've just noticed that there was a missing citeproc function > declaration in oc-csl.el which could cause a compiler warning. The > attached patch adds the required declaration. Applied onto main via be7f61171. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/

[PATCH] oc-csl: Add missing function declaration

2022-08-09 Thread András Simonyi
?Andr=C3=A1s=20Simonyi?= Date: Tue, 9 Aug 2022 14:47:10 +0200 Subject: [PATCH] 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