# HG changeset patch # User Richard M. Stallman # Date 771289240 0 # Node ID f152f2b276c5f78040c1d6d6becf7b3912d0e6bd # Parent 31956391d7eaf5be6f108164bcb414f9a482d253 (ispell-complete-word): Likewise. diff -r 31956391d7ea -r f152f2b276c5 lisp/textmodes/=ispell4.el --- a/lisp/textmodes/=ispell4.el Fri Jun 10 21:53:32 1994 +0000 +++ b/lisp/textmodes/=ispell4.el Fri Jun 10 23:00:40 1994 +0000 @@ -896,7 +896,7 @@ (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")))))