mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
[MULTI_FRAME] (init_window_once): Set Vterminal_frame
to selected_frame.
This commit is contained in:
parent
bcf40dfd63
commit
bc6c324f8f
1 changed files with 1 additions and 0 deletions
|
|
@ -3319,6 +3319,7 @@ init_window_once ()
|
|||
{
|
||||
#ifdef MULTI_FRAME
|
||||
selected_frame = make_terminal_frame ();
|
||||
XSETFRAME (Vterminal_frame, selected_frame);
|
||||
minibuf_window = selected_frame->minibuffer_window;
|
||||
selected_window = selected_frame->selected_window;
|
||||
last_nonminibuf_frame = selected_frame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue