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

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

[elpa] externals/org ad006e2 1/2: oc: Remove spurious `provide'


From: ELPA Syncer
Subject: [elpa] externals/org ad006e2 1/2: oc: Remove spurious `provide'
Date: Sun, 1 Aug 2021 04:57:13 -0400 (EDT)

branch: externals/org
commit ad006e29305b4dd7af340631806c83d4d9ca2ab7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    oc: Remove spurious `provide'
    
    * 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.
---
 lisp/oc-basic.el    | 1 -
 lisp/oc-biblatex.el | 1 -
 lisp/oc-csl.el      | 1 -
 lisp/oc-natbib.el   | 1 -
 lisp/oc.el          | 1 -
 5 files changed, 5 deletions(-)

diff --git a/lisp/oc-basic.el b/lisp/oc-basic.el
index c46e7a7..bd9b8ec 100644
--- a/lisp/oc-basic.el
+++ b/lisp/oc-basic.el
@@ -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
diff --git a/lisp/oc-biblatex.el b/lisp/oc-biblatex.el
index 5a9c304..97cd034 100644
--- a/lisp/oc-biblatex.el
+++ b/lisp/oc-biblatex.el
@@ -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
diff --git a/lisp/oc-csl.el b/lisp/oc-csl.el
index 5e0e272..1fb917a 100644
--- a/lisp/oc-csl.el
+++ b/lisp/oc-csl.el
@@ -604,5 +604,4 @@ 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 59951c5..7ec1033 100644
--- a/lisp/oc-natbib.el
+++ b/lisp/oc-natbib.el
@@ -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
diff --git a/lisp/oc.el b/lisp/oc.el
index 3383481..e2def32 100644
--- a/lisp/oc.el
+++ b/lisp/oc.el
@@ -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



reply via email to

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