Fix up fix for bug#19032
* lisp/icomplete.el (icomplete-ret): Call minibuffer-icomplete-and-exit, not minibuffer-exit.
This commit is contained in:
parent
ceb5d1745f
commit
dd25055829
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ icompletion is occurring."
|
|||
(car completion-all-sorted-completions)
|
||||
(eql (icomplete--field-end) (icomplete--field-beg)))
|
||||
(icomplete-force-complete-and-exit)
|
||||
(exit-minibuffer)))
|
||||
(minibuffer-complete-and-exit)))
|
||||
|
||||
(defun icomplete-force-complete-and-exit ()
|
||||
"Complete the minibuffer with the longest possible match and exit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue