(py-toggle-shells): Added a message in the minibuf.

This commit is contained in:
Barry Warsaw 1998-04-10 16:08:26 +00:00
parent c542bc79c8
commit ea609c18a0
1 changed files with 1 additions and 0 deletions

View File

@ -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