* lisp/minibuffer.el (minibuffer-force-complete-and-exit): Flush cycling
cache to avoid cycling when we were just cycling but now want to exit.
\\[exit-minibuffer] when you know you want the first
completion even before cycling to it."
(interactive "" minibuffer-mode)
+ (completion--flush-all-sorted-completions)
(if-let ((beg (minibuffer-prompt-end))
(end (cdr (minibuffer--completion-boundaries)))
(all (completion-all-sorted-completions beg end)))