From 67698633a06b6ed064160c93cb4e0c7949a8601c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Jun 1994 23:01:33 +0000 Subject: [PATCH] (PC-do-completion): Likewise. --- lisp/complete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/complete.el b/lisp/complete.el index b9c759588bc..8a52c553bf5 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -523,7 +523,7 @@ See `PC-complete' for details." ;; If totally ambiguous, display a list of completions (if (or completion-auto-help (eq mode 'help)) - (with-output-to-temp-buffer " *Completions*" + (with-output-to-temp-buffer "*Completions*" (display-completion-list (sort helpposs 'string-lessp))) (PC-temp-minibuffer-message " (Next char not unique)")) nil))))) -- 2.39.5