summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-04-10 16:08:26 (GMT)
committerBarry Warsaw <barry@python.org>1998-04-10 16:08:26 (GMT)
commitea609c18a0bb6420f9cdb1440326b1bfdbfc32a2 (patch)
treead2c36c19209daea6bb6a8fba6bb357753506b05 /Misc
parentc542bc79c821c9ca3cddd9441698731fa83e2954 (diff)
downloadcpython-ea609c18a0bb6420f9cdb1440326b1bfdbfc32a2.zip
cpython-ea609c18a0bb6420f9cdb1440326b1bfdbfc32a2.tar.gz
cpython-ea609c18a0bb6420f9cdb1440326b1bfdbfc32a2.tar.bz2
(py-toggle-shells): Added a message in the minibuf.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 558d766..5dcd532 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