(ispell-help): Use set-minibuffer-window.
This commit is contained in:
parent
10ba47834e
commit
f27bd275a9
1 changed files with 3 additions and 0 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue