* 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.
This commit is contained in:
Romain Francoise 2005-08-27 14:38:22 +00:00
parent 0fb57cc0b4
commit a24c45d2bd
5 changed files with 9 additions and 5 deletions

View file

@ -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."