Skip to content

Commit

Permalink
declare functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Jun 2, 2024
1 parent 3d254ec commit cac1acb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doi-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
(declare-function org-bibtex-yank "org-bibtex")
(declare-function org-ref-possible-bibfiles "org-ref-core")

(declare-function f-ext? "f")
(declare-function f-entries "f")
(declare-function s-match "s")

(eval-when-compile
(require 'cl-lib))
(require 'bibtex)
Expand Down

0 comments on commit cac1acb

Please sign in to comment.