]> git.eshelyaron.com Git - emacs.git/commit
Add 'read-extended-command-predicate'
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 14 Feb 2021 12:56:53 +0000 (13:56 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 14 Feb 2021 12:56:53 +0000 (13:56 +0100)
commitc1ef7adeb649aa99a10c4bd3b6ce988b309da3cc
treeb03eb0219885c5c43f5ee45d77cb0fa24588e8fb
parent2bfcd93e83d264e6b801e43bfd1a78e345b8221d
Add 'read-extended-command-predicate'

* doc/emacs/m-x.texi (M-x): Document it.
* doc/lispref/commands.texi (Interactive Call): Document it further.

* lisp/simple.el (read-extended-command-predicate): New user option.
(read-extended-command-predicate): Use it.
(completion-in-mode-p): New function (the default predicate).
doc/emacs/m-x.texi
doc/lispref/commands.texi
etc/NEWS
lisp/emacs-lisp/seq.el
lisp/simple.el