]> git.eshelyaron.com Git - emacs.git/commit
python.el: Add completion-predicate symbol property to commands
authorAugusto Stoffel <arstoffel@gmail.com>
Sat, 13 Aug 2022 16:10:14 +0000 (18:10 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 19 Aug 2022 13:36:40 +0000 (15:36 +0200)
commit705c45041fc37f9372e811dc404a518ad15350d4
treeed3eb78a947d49b8db9e4cec20126c908a874fa3
parentf117b5df4dc69a38a5568c5926c1e417a35314eb
python.el: Add completion-predicate symbol property to commands

* lisp/progmodes/python.el: Add a completion-predicate property to
most commands defined in this file; some are only useful in
python-mode, others in inferior-python mode as well.  (Bug#53913)
(python-skeleton-define, python-define-auxiliary-skeleton): Add
appropriate completion-predicate properties.
(python--completion-predicate): New function.
lisp/progmodes/python.el