# HG changeset patch # User Richard M. Stallman # Date 771289293 0 # Node ID 86402e8c677b09e74d0a6c460db33f2b4cd4e7c9 # Parent 38d89820ab476af1e6cfea279d3c4b7d2452829d (PC-do-completion): Likewise. diff -r 38d89820ab47 -r 86402e8c677b lisp/complete.el --- a/lisp/complete.el Fri Jun 10 23:01:10 1994 +0000 +++ b/lisp/complete.el Fri Jun 10 23:01:33 1994 +0000 @@ -523,7 +523,7 @@ ;; 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)))))