]> git.eshelyaron.com Git - emacs.git/commit
Don't ding when completion succeeded
authorMorgan Smith <Morgan.J.Smith@outlook.com>
Mon, 5 Jun 2023 17:34:59 +0000 (13:34 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Jun 2023 09:10:40 +0000 (12:10 +0300)
commit0d8b69e0ad37fe2d801e16a0ccafd8759dd33d02
treebfe6d07693520e189baf74326026c22a3f5a59e0
parentf11e2d369995ffc514005578857e5b7819e779eb
Don't ding when completion succeeded

* lisp/minibuffer.el (minibuffer-completion-help): Ensure 'ding'
is not called on a successful completion.  Ensure 'ding' is not
called on a failure if 'completion-fail-discreetly' is set.
Also change "No completions" to "No match" as that is what is
used elsewhere.  (Bug#63913)
lisp/minibuffer.el