]> git.eshelyaron.com Git - emacs.git/commit
Deactivate region in `C-c C-r' in python-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 17:24:28 +0000 (18:24 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 17:24:34 +0000 (18:24 +0100)
commit3bf21f52b653a71801d371fcac0fcc862a95ec32
treef6a6253751bbdc371b9f955336e31755e033f70d
parenta304b22bc9f1396cd6958b0a6fc6092437e36d96
Deactivate region in `C-c C-r' in python-mode

* lisp/progmodes/python.el (python-shell-send-region): Deactivate
mark after executing (bug#28789).  This is how this command worked
in Emacs 24, apparently.
lisp/progmodes/python.el