diff options
author | Romain Francoise <romain@orebokech.com> | 2005-08-27 14:38:22 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-08-27 14:38:22 +0000 |
commit | a24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70 (patch) | |
tree | 7cbe39de984b5a3399cc5ed987d37640189c502d /lisp/progmodes/antlr-mode.el | |
parent | 0fb57cc0b4397b741cd921beb0871cdf7f80f667 (diff) | |
download | emacs-a24c45d2bd2ef0e298e5ec52469a0e1eea8d1e70.tar.gz |
* 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/antlr-mode.el')
-rw-r--r-- | lisp/progmodes/antlr-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 88ad7098c89..229bec56dd5 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -2229,8 +2229,6 @@ vocabulary of the super-grammar or nil if it is not needed." (cons (if glibs (concat " -glib " (mapconcat 'car glibs ";")) "") (cons unknown glibs)))) -(autoload 'compilation-start "compile") - (defun antlr-run-tool (command file &optional saved) "Run Antlr took COMMAND on grammar FILE. When called interactively, COMMAND is read from the minibuffer and |