diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-10 23:01:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-10 23:01:49 +0000 |
commit | 817868b577d6c9880e3396b531bf21c70f26de94 (patch) | |
tree | 108c1fed7f8f012ed3a23928624dbfc6b0562414 | |
parent | 6dfa2a60d4b11a37d4e06595d9c6f8fcf4df9387 (diff) | |
download | emacs-817868b577d6c9880e3396b531bf21c70f26de94.tar.gz |
(lisp-complete-symbol): Likewise.
-rw-r--r-- | lisp/emacs-lisp/lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index a6e2b506b78..d6f3e4afb8d 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -287,7 +287,7 @@ function definitions, values or properties are considered." 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"))))) |