]> git.eshelyaron.com Git - emacs.git/commit
Promptly disable 'completion-in-region-mode' (bug#67001)
authorEshel Yaron <me@eshelyaron.com>
Wed, 8 Nov 2023 17:27:03 +0000 (18:27 +0100)
committerJuri Linkov <juri@linkov.net>
Thu, 9 Nov 2023 07:40:54 +0000 (09:40 +0200)
commit5416896d608b68a969977f91b8de1e613300421d
tree1f14e29426acedf938050864ca330f32c9e793d1
parent1cb738a482e132e34e7b31415cc974e83e3f41ba
Promptly disable 'completion-in-region-mode' (bug#67001)

Avoid keeping 'completion-in-region-mode' on when exiting
'completion--in-region-1' if the *Completions* buffer isn't shown.
Otherwise, the bindings from 'completion-in-region-mode-map' linger,
notable shadowing other bindings for TAB.

* lisp/minibuffer.el (completion--in-region-1): Disable
'completion-in-region-mode' if the *Completions* buffer isn't visible.
lisp/minibuffer.el