]> git.eshelyaron.com Git - emacs.git/commit
Make `C-c C-e' in Python buffers work
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Oct 2020 03:30:37 +0000 (05:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Oct 2020 03:30:37 +0000 (05:30 +0200)
commit3f5f3dd60411fb09a31ef49abf128543d60cbbdd
tree655921df312af63825f1d678426c4dca0fcd13d1
parentaac3effb8f3f870fc861eb62c67a8cb989cf74ac
Make `C-c C-e' in Python buffers work

* lisp/progmodes/python.el (python-shell-send-statement): Don't
send a cookie, because that leads to the naked expression not
being evaled (bug#43450).
(python-shell-send-region): Allow not sending a cookie.
(python-shell-buffer-substring): Ditto.
lisp/progmodes/python.el