mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
(init_kboard): Initialize Vdefault_minibuffer_frame.
This commit is contained in:
parent
f9d6b3c9f8
commit
9ba4720348
@ -6607,6 +6607,7 @@ init_kboard (kb)
|
||||
kb->Vlast_kbd_macro = Qnil;
|
||||
kb->reference_count = 0;
|
||||
kb->Vsystem_key_alist = Qnil;
|
||||
kb->Vdefault_minibuffer_frame = Qnil;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user