From: Richard M. Stallman Date: Fri, 10 Jun 1994 23:01:33 +0000 (+0000) Subject: (PC-do-completion): Likewise. X-Git-Tag: emacs-19.34~8009 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67698633a06b6ed064160c93cb4e0c7949a8601c;p=emacs.git (PC-do-completion): Likewise. --- 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)))))