summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-27 03:07:04 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-27 03:07:04 +0000
commit3f995d045d693d0e5452d9d998648ac7c34f7bc1 (patch)
tree74d2e3fb34a605aa8b286d5cc87d7f2ae948e0bd /lisp/textmodes/ispell.el
parent6a6ed04f3c98cf0102fadc8dd5c869362afe58a5 (diff)
downloademacs-3f995d045d693d0e5452d9d998648ac7c34f7bc1.tar.gz
(ispell-help): Use set-minibuffer-window.
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r--lisp/textmodes/ispell.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index fbbfa6507ac..5b850b8e41f 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1252,6 +1252,9 @@ SPC: Accept word this time.
(if (string-lessp "19" emacs-version)
(message nil))
(enlarge-window 2)
+ ;; Make sure we display the minibuffer
+ ;; in this window, not some other.
+ (set-minibuffer-window (selected-window))
(insert (concat help-1 "\n" help-2 "\n" help-3))))
(sit-for 5)
(erase-buffer)))))