Mercurial > emacs
changeset 7844:86402e8c677b
(PC-do-completion): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Jun 1994 23:01:33 +0000 |
parents | 38d89820ab47 |
children | 6f6b61216b0b |
files | lisp/complete.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))))