]> git.eshelyaron.com Git - emacs.git/commit
Simplify python.el completion-predicate
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 17 May 2023 12:53:09 +0000 (13:53 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 18 May 2023 12:10:09 +0000 (13:10 +0100)
commitd1404d3a11999a41b1147698479e858b1a3b6353
tree0377150c854906bfcc4cc3f9de8466a4e5c9b067
parentf518543aa4ed00f91842dc5a58cc90a320e3e2e5
Simplify python.el completion-predicate

* lisp/progmodes/python.el:
(python-skeleton-define): Use command-modes as a shorthand for
completion-predicate (bug#63552).
(python--completion-predicate, python-shell--completion-predicate):
Remove accordingly; no longer used.
(python-define-auxiliary-skeleton): Prefer function-put over put.
lisp/progmodes/python.el