diff lisp/textmodes/=ispell4.el @ 7841:f152f2b276c5

(ispell-complete-word): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Jun 1994 23:00:40 +0000
parents edf32f56ba70
children 0b9e18f9b085
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")))))