]> git.eshelyaron.com Git - emacs.git/commit
Fix completing-read functional REQUIRE-MATCH behavior
authorJoseph Turner <joseph@breatheoutbreathe.in>
Sun, 12 Nov 2023 21:21:50 +0000 (13:21 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 10:59:23 +0000 (11:59 +0100)
commit4319666ea6747d63ee5476e742f03b8931e36cae
treef9cd6605ce8070d37135b03af9e9f33c0f16ec72
parent69364e42fc9341f5bf31c873c68a8c2a9de1b05d
Fix completing-read functional REQUIRE-MATCH behavior

* lisp/minibuffer.el (completion--complete-and-exit): If
minibuffer-completion-confirm is a function which returns nil,
immediately fail to complete.

See bug#66187.

(cherry picked from commit 77f5d4d523a406650036b7cd0d872d39a114a9ac)
lisp/minibuffer.el