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

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

[elpa] externals/org 8ddd95e: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 8ddd95e: Merge branch 'bugfix'
Date: Fri, 26 Nov 2021 06:57:28 -0500 (EST)

branch: externals/org
commit 8ddd95e5a36b356734842ab5d878378de31eda38
Merge: 25640ac afc5ec2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/oc-csl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/oc-csl.el b/lisp/oc-csl.el
index 50adabb..9f17d05 100644
--- a/lisp/oc-csl.el
+++ b/lisp/oc-csl.el
@@ -284,7 +284,8 @@ Label is in match group 1.")
 ;;; Internal functions
 (defun org-cite-csl--barf-without-citeproc ()
   "Raise an error if Citeproc library is not loaded."
-  (unless (featurep 'citeproc) "Citeproc library is not loaded"))
+  (unless (featurep 'citeproc)
+    (error "Citeproc library is not loaded")))
 
 (defun org-cite-csl--note-style-p (info)
   "Non-nil when bibliography style implies wrapping citations in footnotes.



reply via email to

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