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:
parent
31480010d5
commit
03cb20991e
@ -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")))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user