]> git.eshelyaron.com Git - emacs.git/commit
Use `abort-minibuffers' in delsel
authorMiha Rihtaršič <miha@kamnitnik.top>
Wed, 4 Aug 2021 07:15:25 +0000 (09:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 4 Aug 2021 07:15:25 +0000 (09:15 +0200)
commitb4f3e6cabafb3e04292a650874d977c692dbad22
treeafd1145616d0cabb2f7531827e3f56573d4670bc
parent51583a0f9f75950933a342a09ea3d317a528581e
Use `abort-minibuffers' in delsel

* lisp/delsel.el (minibuffer-keyboard-quit): Use
`abort-minibuffers' (bug#49821).

Previously, C-g was bound to abort-recursive-edit, now it is bound to
abort-minibuffers.  However, after requiring delsel, it gets bound to
minibuffer-keyboard-quit, which still uses abort-recursive-edit.  Use
the new function instead.
lisp/delsel.el