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/textmodes | |
| 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/textmodes')
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 0d4281c1720..d331ce05ff7 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -901,8 +901,6 @@ With prefix argument ARG, repeat this ARG times." | |||
| 901 | (forward-list))))))) | 901 | (forward-list))))))) |
| 902 | 902 | ||
| 903 | 903 | ||
| 904 | (autoload 'compilation-start "compile") | ||
| 905 | |||
| 906 | (defun sgml-validate (command) | 904 | (defun sgml-validate (command) |
| 907 | "Validate an SGML document. | 905 | "Validate an SGML document. |
| 908 | Runs COMMAND, a shell command, in a separate process asynchronously | 906 | Runs COMMAND, a shell command, in a separate process asynchronously |