]> git.eshelyaron.com Git - emacs.git/commitdiff
(dabbrev-completion): Use "*Completions*".
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Nov 2001 00:31:14 +0000 (00:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Nov 2001 00:31:14 +0000 (00:31 +0000)
lisp/ChangeLog
lisp/dabbrev.el

index 6427e0a3c6d602f05e58472c2735f67a559c725d..f43f956ba1f4a15eca9ad6ea3779a330094a88f7 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * dabbrev.el (dabbrev-completion): Use "*Completions*".
+
 2001-11-07  Paul Eggert  <eggert@twinsun.com>
 
        * dired.el (dired-move-to-filename-regexp):
index 0f0f85b42552031544d0a85485ee2c20f605c321..b085856570345616c3daf586e10889f031b07993 100644 (file)
@@ -443,7 +443,7 @@ if there is a suitable one already."
      (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))