aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorMiles Bader2005-09-06 00:25:20 +0000
committerMiles Bader2005-09-06 00:25:20 +0000
commit621806aab200b6d9bc592471b55e8664aa3646f3 (patch)
tree03f0069816f1b8ca9f92532cb16abf6217dc7a94 /lisp/progmodes/python.el
parentd4cccb140682cfa548a8658f905764ceb4a38cb2 (diff)
parent4a2358e9b441957fee140ac981cea71720984e6f (diff)
downloademacs-621806aab200b6d9bc592471b55e8664aa3646f3.tar.gz
emacs-621806aab200b6d9bc592471b55e8664aa3646f3.zip
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
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index f5431431902..433476f7957 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -67,7 +67,6 @@
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."