* window.c (minibuffer_window): Accept an optional FRAME argument;
authorJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:38:21 +0000 (12:38 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:38:21 +0000 (12:38 +0000)
commit83762ba49a6dba2c9dcfca26fe888a586f669a0f
tree4319c204b6b903abfbad5a4f96347da681d244e7
parent4fbc0284b10a3613619bd7bcf8f0b3d7f839a8b5
* window.c (minibuffer_window): Accept an optional FRAME argument;
if specified, return the minibuffer used by that frame.

* window.c (Fset_window_configuration): Don't signal an error
if the frame size saved in the window configuration doesn't
match the frame's current size; instead, temporarily resize
the frame while installing the window configuration.  This is
important because using the minibuffer saves and restores the
current window configuration, and you don't want to signal an
error just because the user resized the frame while using the
minibuffer.
src/window.c