comparison 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
comparison
equal deleted inserted replaced
90224:2d92f5c9d6ae 90225:a3716f7538f2
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"