(lisp-complete-symbol): Likewise.

This commit is contained in:
Richard M. Stallman 1994-06-10 23:01:49 +00:00
parent 67698633a0
commit 1af808dc42

View file

@ -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")))))