diff lisp/progmodes/compile.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 217750047c30
children d88a79e06702
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sat Aug 27 12:31:26 2005 +0000
+++ b/lisp/progmodes/compile.el	Sat Aug 27 14:38:22 2005 +0000
@@ -911,6 +911,7 @@
     (compilation-start command nil name-function highlight-regexp)))
 (make-obsolete 'compile-internal 'compilation-start)
 
+;;;###autoload
 (defun compilation-start (command &optional mode name-function highlight-regexp)
   "Run compilation command COMMAND (low level interface).
 If COMMAND starts with a cd command, that becomes the `default-directory'.