]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-help): Use set-minibuffer-window.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Jan 1996 03:07:04 +0000 (03:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Jan 1996 03:07:04 +0000 (03:07 +0000)
lisp/textmodes/ispell.el

index fbbfa6507acc4e21d1fc70ea25001d28b83c58e5..5b850b8e41f5d10f0634dc9f40936e30ad10583e 100644 (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)))))