diff options
author | Barry Warsaw <barry@python.org> | 1996-09-03 16:16:04 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-09-03 16:16:04 (GMT) |
commit | c72ad871ba206ff6b9371ab7ec21a4b999508f64 (patch) | |
tree | 008c5a5c67549776e7fdc2dadb9cdfc9f2fc6f65 /Misc | |
parent | f71f6133d00bd0eb7726d384b70d74f76297f605 (diff) | |
download | cpython-c72ad871ba206ff6b9371ab7ec21a4b999508f64.zip cpython-c72ad871ba206ff6b9371ab7ec21a4b999508f64.tar.gz cpython-c72ad871ba206ff6b9371ab7ec21a4b999508f64.tar.bz2 |
#py-shell gets an autoload cookie
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ Electric behavior is inhibited inside a string or comment." ;;; 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 |