+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):
(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))