changeset 7841:f152f2b276c5

(ispell-complete-word): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Jun 1994 23:00:40 +0000
parents 31956391d7ea
children 50676390b162
files lisp/textmodes/=ispell4.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")))))