From: Barry Warsaw Date: Tue, 3 Sep 1996 16:16:04 +0000 (+0000) Subject: #py-shell gets an autoload cookie X-Git-Tag: v1.4~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c72ad871ba206ff6b9371ab7ec21a4b999508f64;p=thirdparty%2FPython%2Fcpython.git #py-shell gets an autoload cookie --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index eed220cedfba..98876d85cc0c 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