]> git.eshelyaron.com Git - emacs.git/commit
Don't consider obsolete commands for completion in some cases
authorStefan Kangas <stefan@marxist.se>
Thu, 13 May 2021 10:17:53 +0000 (12:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 May 2021 10:17:53 +0000 (12:17 +0200)
commit1af91d271e077134e272055407fb8c4312a7579b
tree6e77dcdd41036ef7dff627a37af223c999eb1be3
parentadbdf85e23f3e9c1e74002365a9c15643774bbaa
Don't consider obsolete commands for completion in some cases

* lisp/simple.el (read-extended-command): Exclude obsolete commands
that are either lacking a 'current-name' or were obsoleted in a
previous major version (bug#43300).

(There's been some back and forth here.  Obsolete commands used to be
treated normally for completion, and then they were removed.  Then
they were put back again, but annotated with what they were
obsoleting.  There was some pushback on this change, so this latest
changes is a compromise between the last two states.)
etc/NEWS
lisp/simple.el