diff --git a/citar-citeproc.el b/citar-citeproc.el index 159a4aa1..db6bfe1c 100644 --- a/citar-citeproc.el +++ b/citar-citeproc.el @@ -84,7 +84,7 @@ accepted.") (style (if (= (length list) 1) (caar list) - (completing-read "Select CSL style file: " list nil t))) + (completing-read "Select CSL style: " list nil t))) (file (cdr (assoc style list)))) (setq citar-citeproc-csl-style file)))