]> git.eshelyaron.com Git - emacs.git/commit
Don't bind `M-X' when doing general completion
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Jul 2022 13:21:28 +0000 (15:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Jul 2022 13:21:28 +0000 (15:21 +0200)
commit015cf7824ea511180329dabcb67c533661da3fff
tree8dee93d01eab4ae2574ba77f24abedf2c71e19df
parenta1384cd65d2f9dbb702b31fdfe06d7b8643ef978
Don't bind `M-X' when doing general completion

* lisp/minibuffer.el (minibuffer-local-must-match-map): Remove the
M-X binding here, because it's nonsensical outside
read-extended-command (bug#56741).

* lisp/simple.el (read-extended-command-mode-map)
(read-extended-command-mode): New minor mode to bind `M-X' in
read-extended-command.
(read-extended-command-1): Use it.
lisp/minibuffer.el
lisp/simple.el