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

(ispell-complete-word): Likewise.

This commit is contained in:
Richard M. Stallman 1994-06-10 23:00:40 +00:00
parent 31480010d5
commit 03cb20991e

View File

@ -896,7 +896,7 @@ See also `ispell-look-dictionary' and `ispell-gnu-look-still-broken-p'."
(message "Making completion list...")
(if (string-equal completion "") (delete-region bow (point)))
(let ((list (all-completions prefix ispell-lookup-completions-alist)))
(with-output-to-temp-buffer " *Completions*"
(with-output-to-temp-buffer "*Completions*"
(display-completion-list list)))
(message "Making completion list...done")))))