From: Richard M. Stallman Date: Fri, 10 Jun 1994 23:01:49 +0000 (+0000) Subject: (lisp-complete-symbol): Likewise. X-Git-Tag: emacs-19.34~8008 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1af808dc42c21a04d9e0680cd07f21146da115c7;p=emacs.git (lisp-complete-symbol): Likewise. --- 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")))))