# HG changeset patch # User Richard M. Stallman # Date 771289309 0 # Node ID 6f6b61216b0b4d9082ef5ef8f87f7256e5c80487 # Parent 86402e8c677b09e74d0a6c460db33f2b4cd4e7c9 (lisp-complete-symbol): Likewise. diff -r 86402e8c677b -r 6f6b61216b0b lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Fri Jun 10 23:01:33 1994 +0000 +++ b/lisp/emacs-lisp/lisp.el Fri Jun 10 23:01:49 1994 +0000 @@ -287,7 +287,7 @@ new)) (setq list (cdr list))) (setq list (nreverse new)))) - (with-output-to-temp-buffer " *Completions*" + (with-output-to-temp-buffer "*Completions*" (display-completion-list list))) (message "Making completion list...%s" "done")))))