diff options
| author | Romain Francoise | 2005-08-27 14:38:22 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-08-27 14:38:22 +0000 |
| commit | a24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70 (patch) | |
| tree | 7cbe39de984b5a3399cc5ed987d37640189c502d /lisp/progmodes/python.el | |
| parent | 0fb57cc0b4397b741cd921beb0871cdf7f80f667 (diff) | |
| download | emacs-a24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70.tar.gz emacs-a24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70.zip | |
* 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.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f5431431902..433476f7957 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -67,7 +67,6 @@ | |||
| 67 | (eval-when-compile | 67 | (eval-when-compile |
| 68 | (require 'compile) | 68 | (require 'compile) |
| 69 | (autoload 'info-lookup-maybe-add-help "info-look")) | 69 | (autoload 'info-lookup-maybe-add-help "info-look")) |
| 70 | (autoload 'compilation-start "compile") | ||
| 71 | 70 | ||
| 72 | (defgroup python nil | 71 | (defgroup python nil |
| 73 | "Silly walks in the Python language." | 72 | "Silly walks in the Python language." |