mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
* lisp/minibuffer.el (minibuffer-choose-completion-or-exit): Improve.
Use minibuffer-complete-and-exit instead of exit-minibuffer since this is what it's used in the completion minibuffer.
This commit is contained in:
parent
6eafdd8559
commit
978ebe8a19
1 changed files with 1 additions and 1 deletions
|
|
@ -4695,7 +4695,7 @@ contents."
|
|||
(interactive "P")
|
||||
(condition-case nil
|
||||
(minibuffer-choose-completion no-exit no-quit)
|
||||
(error (exit-minibuffer))))
|
||||
(error (minibuffer-complete-and-exit))))
|
||||
|
||||
(defun minibuffer-complete-history ()
|
||||
"Complete the minibuffer history as far as possible.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue