1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(complete-tag): Likewise.

This commit is contained in:
Richard M. Stallman 1994-06-10 23:01:10 +00:00
parent e58df0dc54
commit c6d38ae261

View File

@ -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")))))