]> git.eshelyaron.com Git - emacs.git/commit
python-check-command: Don't use absolute file names
authorAugusto Stoffel <arstoffel@gmail.com>
Sat, 13 Aug 2022 15:04:17 +0000 (17:04 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 19 Aug 2022 12:59:27 +0000 (14:59 +0200)
commitec347aec0fc7d2d3e6603b6694d9978cb9fcb9e9
tree863fefeb91e1787ce8f6a664726d9c5e07598204
parent6fca17270a6c8be6f561e8048eebe375b362f311
python-check-command: Don't use absolute file names

Absolute executable file names are incompatible with Tramp and
packages that switch between virtualenvs.

* lisp/progmodes/python.el (python-check-command): Don't use absolute
file names.  (Bug#53913)
lisp/progmodes/python.el