mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(crm-minibuffer-completion-help):
Use `crm-current-element' for second arg of `display-completion-list'.
This commit is contained in:
parent
70f314248a
commit
7fbaa67c62
@ -247,7 +247,9 @@ and return t."
|
||||
(if (null completions)
|
||||
(crm-temp-echo-area-glyphs " [No completions]")
|
||||
(with-output-to-temp-buffer "*Completions*"
|
||||
(display-completion-list (sort completions 'string-lessp))))))
|
||||
(display-completion-list
|
||||
(sort completions 'string-lessp)
|
||||
crm-current-element)))))
|
||||
nil)
|
||||
|
||||
(defun crm-do-completion ()
|
||||
|
Loading…
Reference in New Issue
Block a user