]> git.eshelyaron.com Git - emacs.git/commit
Make 'python-shell--with-environment' respect buffer-local vars
authorEvgenii Klimov <eugene.dev@lipklim.org>
Thu, 29 Aug 2024 22:36:12 +0000 (23:36 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:54 +0000 (09:51 +0200)
commit08a5ab24ddd344de795a8473d8abefeb34396e47
tree4bf5db5c37a01ab62b70159c44b6b9e09debb760
parentf28751ea25b757ffb2a13ed5fd7b536db3fe95ec
Make 'python-shell--with-environment' respect buffer-local vars

* lisp/progmodes/python.el (python-shell--with-environment):
Make `with-temp-buffer' respect buffer-local values of
`process-environment' and `exec-path', if set.  (Bug#72849)

(cherry picked from commit 5fd75133cfe389004f9fca8f11e093e531c45fe2)
lisp/progmodes/python.el