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:
parent
e58df0dc54
commit
c6d38ae261
@ -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")))))
|
||||
|
Loading…
Reference in New Issue
Block a user