]> git.eshelyaron.com Git - emacs.git/commit
run-python: Make the buffer running python current
authorTino Calancha <tino.calancha@gmail.com>
Mon, 14 May 2018 16:30:11 +0000 (01:30 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Mon, 14 May 2018 16:30:11 +0000 (01:30 +0900)
commitb015fb0ce37235480af8d80bce8c2f9b7e6258eb
tree39ee5a78a3c0a8fe13bbf42652a73301d21eb4e0
parentc2caf763cfe3bb85b4933ffac12695a7cb366cd4
run-python: Make the buffer running python current

* lisp/progmodes/python.el (run-python, python-shell-make-comint):
Make the buffer running the inferior python process the current buffer
(Bug#31398).
* test/lisp/progmodes/python-tests.el (python-tests--bug31398):
Add test.
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el