(py-toggle-shells): Added a message in the minibuf.
This commit is contained in:
parent
c542bc79c8
commit
ea609c18a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue