From 03cb20991eb46775dd9a6c0292bce4da8a6b9c40 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Jun 1994 23:00:40 +0000 Subject: [PATCH] (ispell-complete-word): Likewise. --- lisp/textmodes/ispell4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))))) -- 2.39.5