From 1af808dc42c21a04d9e0680cd07f21146da115c7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Jun 1994 23:01:49 +0000 Subject: (lisp-complete-symbol): Likewise. --- lisp/emacs-lisp/lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/lisp.el') 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"))))) -- cgit v1.2.3