diff options
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 |