]> git.eshelyaron.com Git - emacs.git/commit
Fix M-x completion-predicate under python-ts-mode
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 17 May 2023 12:48:09 +0000 (13:48 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 17 May 2023 14:14:09 +0000 (15:14 +0100)
commitd879847cd4daaeef792384475dd31a3dcfc14184
tree2e00cbddb0cc2c40ab0b31153bc76540025cb9aa
parent1e57b2b4c79ada7592c0a7e3f700e7c30dd76a4b
Fix M-x completion-predicate under python-ts-mode

* lisp/progmodes/python.el (python--completion-predicate)
(python-shell--completion-predicate): Filter M-x completion based on
python-base-mode instead of python-mode.  This allows for
python-ts-mode as well (bug#63552).
lisp/progmodes/python.el