]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(py-toggle-shells): Added a message in the minibuf.
authorBarry Warsaw <barry@python.org>
Fri, 10 Apr 1998 16:08:26 +0000 (16:08 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 10 Apr 1998 16:08:26 +0000 (16:08 +0000)
Misc/python-mode.el

index 558d7667e5ebdf59e39a15a175fe5f00ba348992..5dcd53285c1523ad080bab4bb60646f93621bc91 100644 (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