Explorar o código

Merge branch 'bugfix'

Nicolas Goaziou %!s(int64=3) %!d(string=hai) anos
pai
achega
8ddd95e5a3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lisp/oc-csl.el

+ 2 - 1
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.