changeset 7845:6f6b61216b0b

(lisp-complete-symbol): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Jun 1994 23:01:49 +0000
parents 86402e8c677b
children 46db50437ebb
files lisp/emacs-lisp/lisp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")))))