From: Richard M. Stallman Date: Fri, 10 Jun 1994 23:01:10 +0000 (+0000) Subject: (complete-tag): Likewise. X-Git-Tag: emacs-19.34~8010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6d38ae261e4a57225366c8d0e3e883c5c958671;p=emacs.git (complete-tag): Likewise. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 0b8d7f2f045..6b93fff4822 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1534,7 +1534,7 @@ for \\[find-tag] (which see)." (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")))))