From: Barry Warsaw Date: Fri, 10 Apr 1998 16:08:26 +0000 (+0000) Subject: (py-toggle-shells): Added a message in the minibuf. X-Git-Tag: v1.5.1~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea609c18a0bb6420f9cdb1440326b1bfdbfc32a2;p=thirdparty%2FPython%2Fcpython.git (py-toggle-shells): Added a message in the minibuf. --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 558d7667e5eb..5dcd53285c15 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -1209,6 +1209,7 @@ zero argument, toggles the shell." msg "JPython" mode-name "JPython")) ) + (message "Using the %s shell" msg) (setq py-output-buffer (format "*%s Output*" py-which-bufname)))) ;;;###autoload