#py-shell gets an autoload cookie

This commit is contained in:
Barry Warsaw 1996-09-03 16:16:04 +00:00
parent f71f6133d0
commit c72ad871ba

View file

@ -782,6 +782,7 @@ Electric behavior is inhibited inside a string or comment."
;;; Functions that execute Python commands in a subprocess ;;; Functions that execute Python commands in a subprocess
;;;###autoload
(defun py-shell () (defun py-shell ()
"Start an interactive Python interpreter in another window. "Start an interactive Python interpreter in another window.
This is like Shell mode, except that Python is running in the window This is like Shell mode, except that Python is running in the window