From 8173884a133701f80b061d0399ca94e5452412e1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 24 Apr 2020 22:30:42 +0200 Subject: [PATCH] bibtex: Fix typo * contrib/lisp/ox-bibtex.el (org-bibtex-file): Use defvar instead of defun. --- contrib/lisp/ox-bibtex.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/lisp/ox-bibtex.el b/contrib/lisp/ox-bibtex.el index af8da6e87..54f446d32 100644 --- a/contrib/lisp/ox-bibtex.el +++ b/contrib/lisp/ox-bibtex.el @@ -154,7 +154,8 @@ to `org-bibtex-citation-p' predicate." ;;; Follow cite: links -(defun org-bibtex-file nil "Org-mode file of bibtex entries.") +(defvar org-bibtex-file nil + "Org file of BibTeX entries.") (defun org-bibtex-goto-citation (&optional citation) "Visit a citation given its ID."