From ff97a0ee9d55dff2bdefe3ca347de38c7560dd87 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 2 Mar 2013 16:20:59 +0100 Subject: [PATCH] Revert "Add (provide ...) forms." This reverts commit 8decdbcd23f985e0baf0dd24113e2dc0a8f1784d. --- lisp/ox-ascii.el | 1 - lisp/ox-beamer.el | 1 - lisp/ox-html.el | 1 - lisp/ox-icalendar.el | 1 - lisp/ox-latex.el | 1 - lisp/ox-odt.el | 1 - lisp/ox-publish.el | 1 - 7 files changed, 7 deletions(-) diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index ee05b7df9..f7a713f97 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 76ead557b..24d58bd45 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 e317aeff8..247234542 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 c709b7ff2..22c7b652b 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 a36f607be..6f4052b31 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 43a15d730..e7f21f2f6 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 e0220e814..2a8916762 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" -- 2.11.4.GIT