Fix initialization of 'while-no-input-ignore-events'
* src/keyboard.c (syms_of_keyboard_for_pdumper): Don't reset 'while-no-input-ignore-events' after loading the dump file. (Bug#46940)
This commit is contained in:
parent
8f603da44c
commit
fc83f37951
1 changed files with 0 additions and 2 deletions
|
@ -12389,8 +12389,6 @@ syms_of_keyboard_for_pdumper (void)
|
|||
eassert (initial_kboard == NULL);
|
||||
initial_kboard = allocate_kboard (Qt);
|
||||
|
||||
Vwhile_no_input_ignore_events = Qnil;
|
||||
|
||||
inhibit_record_char = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue