* 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:
parent
0fb57cc0b4
commit
a24c45d2bd
5 changed files with 9 additions and 5 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue