(ispell-help): Use set-minibuffer-window.

This commit is contained in:
Richard M. Stallman 1996-01-27 03:07:04 +00:00
parent 10ba47834e
commit f27bd275a9

View file

@ -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)))))