comparison lisp/progmodes/python.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 18a818a2ee7c
children e60ed2bd9d3d a3716f7538f2
comparison
equal deleted inserted replaced
65174:e388d9089476 65175:0ef9e8908562
65 ;; is only required when inferior Python is used. 65 ;; is only required when inferior Python is used.
66 (require 'comint) 66 (require 'comint)
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."
74 :group 'languages 73 :group 'languages
75 :version "22.1" 74 :version "22.1"