]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-complete-symbol): Likewise.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Jun 1994 23:01:49 +0000 (23:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Jun 1994 23:01:49 +0000 (23:01 +0000)
lisp/emacs-lisp/lisp.el

index a6e2b506b78d8901a052076e5f72e88a03e0efca..d6f3e4afb8d3c206436cc30462b2ae277e497e8d 100644 (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")))))