changeset 7843:38d89820ab47

(complete-tag): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Jun 1994 23:01:10 +0000
parents 50676390b162
children 86402e8c677b
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Fri Jun 10 23:00:56 1994 +0000
+++ b/lisp/progmodes/etags.el	Fri Jun 10 23:01:10 1994 +0000
@@ -1534,7 +1534,7 @@
 	   (insert completion))
 	  (t
 	   (message "Making completion list...")
-	   (with-output-to-temp-buffer " *Completions*"
+	   (with-output-to-temp-buffer "*Completions*"
 	     (display-completion-list
 	      (all-completions pattern 'tags-complete-tag nil)))
 	   (message "Making completion list...%s" "done")))))