summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-08-01 10:29:23 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-08-01 10:29:23 +0200
commit8df3e25db8a629bbffa883edadb13a55239ae4b7 (patch)
tree002cabd2bceaf5ec1211c3e62e0b0086eba44073
parentad006e29305b4dd7af340631806c83d4d9ca2ab7 (diff)
downloadorg-mode-8df3e25db8a629bbffa883edadb13a55239ae4b7.tar.gz
Revert "oc: Remove spurious `provide'"
This reverts commit ad006e29305b4dd7af340631806c83d4d9ca2ab7.
-rw-r--r--lisp/oc-basic.el1
-rw-r--r--lisp/oc-biblatex.el1
-rw-r--r--lisp/oc-csl.el1
-rw-r--r--lisp/oc-natbib.el1
-rw-r--r--lisp/oc.el1
5 files changed, 5 insertions, 0 deletions
diff --git a/lisp/oc-basic.el b/lisp/oc-basic.el
index bd9b8ec..c46e7a7 100644
--- a/lisp/oc-basic.el
+++ b/lisp/oc-basic.el
@@ -762,4 +762,5 @@ 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
diff --git a/lisp/oc-biblatex.el b/lisp/oc-biblatex.el
index 97cd034..5a9c304 100644
--- a/lisp/oc-biblatex.el
+++ b/lisp/oc-biblatex.el
@@ -308,4 +308,5 @@ 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
diff --git a/lisp/oc-csl.el b/lisp/oc-csl.el
index 1fb917a..5e0e272 100644
--- a/lisp/oc-csl.el
+++ b/lisp/oc-csl.el
@@ -604,4 +604,5 @@ property list."
(("nil") ("bare" "b") ("bare-caps" "bc") ("caps" "c"))))
(provide 'org-cite-csl)
+(provide 'oc-csl)
;;; oc-citeproc.el ends here
diff --git a/lisp/oc-natbib.el b/lisp/oc-natbib.el
index 7ec1033..59951c5 100644
--- a/lisp/oc-natbib.el
+++ b/lisp/oc-natbib.el
@@ -185,4 +185,5 @@ 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
diff --git a/lisp/oc.el b/lisp/oc.el
index e2def32..3383481 100644
--- a/lisp/oc.el
+++ b/lisp/oc.el
@@ -1565,4 +1565,5 @@ 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