]> git.eshelyaron.com Git - emacs.git/commit
Enhance 'python-shell-send-block' for convenience
authorLin Sun <sunlin7@hotmail.com>
Mon, 20 May 2024 06:55:31 +0000 (06:55 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 May 2024 09:04:44 +0000 (11:04 +0200)
commit0b311516b0f000a944623d56ff1140133d5cbc1d
tree6821122b8df22b1596514e6cff881b6040615531
parent1f8c8246dc8010695c3bb96b59ae2f9e24238c54
Enhance 'python-shell-send-block' for convenience

* lisp/progmodes/python.el (python-shell-send-block):
'python-shell-send-block' will now send block without header
by default.
* test/lisp/progmodes/python-tests.el
(python-test--shell-send-block): Update the test case.
(Bug#71083)

(cherry picked from commit b241ec0e78f141e7fc22cf3afb11037d14fc028c)
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el