changeset 40820:598a96e93a20

(dabbrev-completion): Use "*Completions*".
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 08 Nov 2001 00:30:51 +0000
parents 668787248f9b
children fc4031bddb2f
files lisp/dabbrev.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dabbrev.el	Wed Nov 07 21:59:39 2001 +0000
+++ b/lisp/dabbrev.el	Thu Nov 08 00:30:51 2001 +0000
@@ -443,7 +443,7 @@
      (t
       ;; * String is a common substring completion already.  Make list.
       (message "Making completion list...")
-      (with-output-to-temp-buffer " *Completions*"
+      (with-output-to-temp-buffer "*Completions*"
 	(display-completion-list (all-completions init my-obarray)))
       (message "Making completion list...done")))
     (and (window-minibuffer-p (selected-window))