浏览代码

Revert "oc: Remove spurious `provide'"

This reverts commit ad006e29305b4dd7af340631806c83d4d9ca2ab7.
Nicolas Goaziou 3 年之前
父节点
当前提交
8df3e25db8
共有 5 个文件被更改,包括 5 次插入0 次删除
  1. 1 0
      lisp/oc-basic.el
  2. 1 0
      lisp/oc-biblatex.el
  3. 1 0
      lisp/oc-csl.el
  4. 1 0
      lisp/oc-natbib.el
  5. 1 0
      lisp/oc.el

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 0
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