Mercurial > emacs
diff lisp/progmodes/python.el @ 90225:a3716f7538f2
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 519-530)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 106-111)
- Merge from emacs--cvs-trunk--0
- Update from CVS
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Tue, 06 Sep 2005 00:25:20 +0000 |
| parents | f9a65d7ebd29 0ef9e8908562 |
| children | ee12d75eb214 |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Fri Aug 26 09:51:52 2005 +0000 +++ b/lisp/progmodes/python.el Tue Sep 06 00:25:20 2005 +0000 @@ -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."
