commit | c72ad871ba206ff6b9371ab7ec21a4b999508f64 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Sep 03 16:16:04 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Sep 03 16:16:04 1996 +0000 |
tree | 008c5a5c67549776e7fdc2dadb9cdfc9f2fc6f65 | |
parent | f71f6133d00bd0eb7726d384b70d74f76297f605 [diff] |
#py-shell gets an autoload cookie
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index eed220c..98876d8 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el
@@ -782,6 +782,7 @@ ;;; Functions that execute Python commands in a subprocess +;;;###autoload (defun py-shell () "Start an interactive Python interpreter in another window. This is like Shell mode, except that Python is running in the window