From: Richard M. Stallman Date: Fri, 10 Jun 1994 23:00:40 +0000 (+0000) Subject: (ispell-complete-word): Likewise. X-Git-Tag: emacs-19.34~8012 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03cb20991eb46775dd9a6c0292bce4da8a6b9c40;p=emacs.git (ispell-complete-word): Likewise. --- diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index bef4b8c7890..5776d2d3a28 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -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")))))