diff lisp/progmodes/python.el @ 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 18a818a2ee7c
children e60ed2bd9d3d a3716f7538f2
line wrap: on
line diff
--- 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."