Przeglądaj źródła

Revert "Add (provide ...) forms."

This reverts commit 8decdbcd23f985e0baf0dd24113e2dc0a8f1784d.
Bastien Guerry 12 lat temu
rodzic
commit
ff97a0ee9d
7 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 1
      lisp/ox-ascii.el
  2. 0 1
      lisp/ox-beamer.el
  3. 0 1
      lisp/ox-html.el
  4. 0 1
      lisp/ox-icalendar.el
  5. 0 1
      lisp/ox-latex.el
  6. 0 1
      lisp/ox-odt.el
  7. 0 1
      lisp/ox-publish.el

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

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

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

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

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

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

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