* lisp/oc-basic.el: * lisp/oc-biblatex.el (biblatex): * lisp/oc-csl.el: * lisp/oc-natbib.el: * lisp/oc.el: Provide only the full library name.
@@ -762,5 +762,4 @@ Raise an error when no bibliography is set in the buffer."
(("nil") ("bare" "b") ("bare-caps" "bc") ("caps" "c"))))
(provide 'org-cite-basic)
-(provide 'oc-basic)
;;; oc-default.el ends here
@@ -308,5 +308,4 @@ to the document, and set styles."
(("nil") ("bare" "b") ("caps" "c") ("bare-caps" "bc"))))
(provide 'org-cite-biblatex)
-(provide 'oc-biblatex)
;;; oc-biblatex.el ends here
@@ -604,5 +604,4 @@ property list."
(provide 'org-cite-csl)
-(provide 'oc-csl)
;;; oc-citeproc.el ends here
@@ -185,5 +185,4 @@ OUTPUT is the final output of the export process."
("bare-full" "bf") ("caps-full" "cf") ("bare-caps-full" "bcf"))))
(provide 'org-cite-natbib)
-(provide 'oc-natbib)
;;; oc-natbib.el ends here
@@ -1565,5 +1565,4 @@ ARG is the prefix argument received when calling interactively the function."
(user-error "Cannot insert a citation here"))))))))
(provide 'org-cite)
-(provide 'oc)
;;; oc.el ends here