Skip to content

Commit 6025513

Browse files
arifer612bdarcus
authored andcommitted
refactor: require bibtex package in citar.el
This ensures that the `bibtex-beginning-of-entry', `bibtex-search-forward-field', and `bibtex-set-dialect' functions in citar.el are loaded before attempting to byte-compile the file. This should resolve the issue in #872 (comment).
1 parent 427432d commit 6025513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

citar.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(require 'subr-x))
2727
(require 'seq)
2828
(require 'map)
29+
(require 'bibtex)
2930
(require 'browse-url)
3031
(require 'citar-cache)
3132
(require 'citar-format)

0 commit comments

Comments
 (0)