changeset 65175:0ef9e8908562

* progmodes/compile.el (compilation-start): Add autoload cookie. * progmodes/antlr-mode.el: Don't autoload `compilation-start'. * textmodes/sgml-mode.el: Likewise. * progmodes/python.el: Likewise.
author Romain Francoise <romain@orebokech.com>
date Sat, 27 Aug 2005 14:38:22 +0000
parents e388d9089476
children 9be9d0d6527f
files lisp/ChangeLog lisp/progmodes/antlr-mode.el lisp/progmodes/compile.el lisp/progmodes/python.el lisp/textmodes/sgml-mode.el
diffstat 5 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 27 12:31:26 2005 +0000
+++ b/lisp/ChangeLog	Sat Aug 27 14:38:22 2005 +0000
@@ -1,3 +1,11 @@
+2005-08-27  Romain Francoise  <romain@orebokech.com>
+
+	* progmodes/compile.el (compilation-start): Add autoload cookie.
+
+	* progmodes/antlr-mode.el: Don't autoload `compilation-start'.
+	* textmodes/sgml-mode.el: Likewise.
+	* progmodes/python.el: Likewise.
+
 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
 
 	* simple.el (blink-matching-paren-distance): Document the meaning
--- a/lisp/progmodes/antlr-mode.el	Sat Aug 27 12:31:26 2005 +0000
+++ b/lisp/progmodes/antlr-mode.el	Sat Aug 27 14:38:22 2005 +0000
@@ -2229,8 +2229,6 @@
     (cons (if glibs (concat " -glib " (mapconcat 'car glibs ";")) "")
 	  (cons unknown glibs))))
 
-(autoload 'compilation-start "compile")
-
 (defun antlr-run-tool (command file &optional saved)
   "Run Antlr took COMMAND on grammar FILE.
 When called interactively, COMMAND is read from the minibuffer and
--- a/lisp/progmodes/compile.el	Sat Aug 27 12:31:26 2005 +0000
+++ b/lisp/progmodes/compile.el	Sat Aug 27 14:38:22 2005 +0000
@@ -911,6 +911,7 @@
     (compilation-start command nil name-function highlight-regexp)))
 (make-obsolete 'compile-internal 'compilation-start)
 
+;;;###autoload
 (defun compilation-start (command &optional mode name-function highlight-regexp)
   "Run compilation command COMMAND (low level interface).
 If COMMAND starts with a cd command, that becomes the `default-directory'.
--- a/lisp/progmodes/python.el	Sat Aug 27 12:31:26 2005 +0000
+++ b/lisp/progmodes/python.el	Sat Aug 27 14:38:22 2005 +0000
@@ -67,7 +67,6 @@
 (eval-when-compile
   (require 'compile)
   (autoload 'info-lookup-maybe-add-help "info-look"))
-(autoload 'compilation-start "compile")
 
 (defgroup python nil
   "Silly walks in the Python language."
--- a/lisp/textmodes/sgml-mode.el	Sat Aug 27 12:31:26 2005 +0000
+++ b/lisp/textmodes/sgml-mode.el	Sat Aug 27 14:38:22 2005 +0000
@@ -901,8 +901,6 @@
 		  (forward-list)))))))
 
 
-(autoload 'compilation-start "compile")
-
 (defun sgml-validate (command)
   "Validate an SGML document.
 Runs COMMAND, a shell command, in a separate process asynchronously