]> code.delx.au - gnu-emacs/commitdiff
* progmodes/compile.el (compilation-start): Add autoload cookie.
authorRomain Francoise <romain@orebokech.com>
Sat, 27 Aug 2005 14:38:22 +0000 (14:38 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 27 Aug 2005 14:38:22 +0000 (14:38 +0000)
* progmodes/antlr-mode.el: Don't autoload `compilation-start'.
* textmodes/sgml-mode.el: Likewise.
* progmodes/python.el: Likewise.

lisp/ChangeLog
lisp/progmodes/antlr-mode.el
lisp/progmodes/compile.el
lisp/progmodes/python.el
lisp/textmodes/sgml-mode.el

index e8ef15dea3d5ca514f9a41295a4aea0591d87ecb..1b7eb7d93176fe2d146ca6b19e9fcfdd02ab2a78 100644 (file)
@@ -1,3 +1,11 @@
+2005-08-27  Romain Francoise  <romain@orebokech.com>
+
+       * 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.
+
 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
 
        * simple.el (blink-matching-paren-distance): Document the meaning
index 88ad7098c899d3cf5008335906223cec6b192693..229bec56dd583120fe0a2dfb5906fc2196ee9b38 100644 (file)
@@ -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
index 878159fb1bcc1f40b205081e74f6fdf4cf6cbda5..b41cc601fe7657496b8cc52bd0a3dbdf688d6e7b 100644 (file)
@@ -911,6 +911,7 @@ Otherwise, construct a buffer name from MODE-NAME."
     (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'.
index f54314319029dcca090a3df152bd3e152a898206..433476f79579206d15e6e7acef605e7fdb0a49db 100644 (file)
@@ -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."
index 0d4281c1720e6cfa3ba408beb9eea5116e229ec6..d331ce05ff7e805b5426c73ec3e9a241b07ccfc0 100644 (file)
@@ -901,8 +901,6 @@ With prefix argument ARG, repeat this ARG times."
                  (forward-list)))))))
 
 \f
-(autoload 'compilation-start "compile")
-
 (defun sgml-validate (command)
   "Validate an SGML document.
 Runs COMMAND, a shell command, in a separate process asynchronously