diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 1 |
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 |