summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-02 16:20:59 +0100
committerBastien Guerry <bzg@altern.org>2013-03-02 16:20:59 +0100
commitff97a0ee9d55dff2bdefe3ca347de38c7560dd87 (patch)
treec91a15f7b7e303a2d7a3a91e7bd3000d46bf82cf
parent13c481b5833d20c0518635fb5516c3f027e8183d (diff)
downloadorg-mode-ff97a0ee9d55dff2bdefe3ca347de38c7560dd87.tar.gz
Revert "Add (provide ...) forms."
This reverts commit 8decdbcd23f985e0baf0dd24113e2dc0a8f1784d.
-rw-r--r--lisp/ox-ascii.el1
-rw-r--r--lisp/ox-beamer.el1
-rw-r--r--lisp/ox-html.el1
-rw-r--r--lisp/ox-icalendar.el1
-rw-r--r--lisp/ox-latex.el1
-rw-r--r--lisp/ox-odt.el1
-rw-r--r--lisp/ox-publish.el1
7 files changed, 0 insertions, 7 deletions
diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el
index ee05b7d..f7a713f 100644
--- a/lisp/ox-ascii.el
+++ b/lisp/ox-ascii.el
@@ -1946,7 +1946,6 @@ Return output file name."
(provide 'ox-ascii)
-(provide 'org-ascii) ; Stay compatible with <8.0 configurations
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el
index 76ead55..24d58bd 100644
--- a/lisp/ox-beamer.el
+++ b/lisp/ox-beamer.el
@@ -1244,7 +1244,6 @@ Return output file name."
(provide 'ox-beamer)
-(provide 'org-beamer) ; Stay compatible with <8.0 configurations
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index e317aef..2472345 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -3216,7 +3216,6 @@ Return output file name."
;;;; alt = (file-name-nondirectory path)
(provide 'ox-html)
-(provide 'org-html) ; Stay compatible with <8.0 configurations
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el
index c709b7f..22c7b65 100644
--- a/lisp/ox-icalendar.el
+++ b/lisp/ox-icalendar.el
@@ -990,7 +990,6 @@ files to build the calendar from."
(provide 'ox-icalendar)
-(provide 'org-icalendar) ; Stay compatible with <8.0 configurations
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index a36f607..6f4052b 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -2888,7 +2888,6 @@ Return output file name."
(provide 'ox-latex)
-(provide 'org-latex) ; Stay compatible with <8.0 configurations
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 43a15d7..e7f21f2 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -4376,7 +4376,6 @@ using `org-open-file'."
org-odt-file-extensions)
(provide 'ox-odt)
-(provide 'org-odt) ; Stay compatible with <8.0 configurations
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el
index e0220e8..2a89167 100644
--- a/lisp/ox-publish.el
+++ b/lisp/ox-publish.el
@@ -1207,7 +1207,6 @@ Returns value on success, else nil."
(provide 'ox-publish)
-(provide 'org-publish) ; Stay compatible with <8.0 configurations
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"