aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2021-03-12 08:47:41 -0800
committerGlenn Morris2021-03-12 08:47:41 -0800
commit7c3ec4ef35de78e99c6e97ec9e1ac7666a9c4d67 (patch)
treed7055aaa00a42c0df5c34696e9b0ff84eb102f6c /src
parenta49b2aa5c33b389e2c7d976a5d3eed8e65ab30e9 (diff)
parentfc83f3795174213a412920232c85377f2a30bb7f (diff)
downloademacs-7c3ec4ef35de78e99c6e97ec9e1ac7666a9c4d67.tar.gz
emacs-7c3ec4ef35de78e99c6e97ec9e1ac7666a9c4d67.zip
Merge from origin/emacs-27
fc83f37951 Fix initialization of 'while-no-input-ignore-events' 8f603da44c Update documentation of reading passwords
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 9ee4c4f6d68..e3fc6adf813 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12380,8 +12380,6 @@ syms_of_keyboard_for_pdumper (void)
12380 eassert (initial_kboard == NULL); 12380 eassert (initial_kboard == NULL);
12381 initial_kboard = allocate_kboard (Qt); 12381 initial_kboard = allocate_kboard (Qt);
12382 12382
12383 Vwhile_no_input_ignore_events = Qnil;
12384
12385 inhibit_record_char = false; 12383 inhibit_record_char = false;
12386} 12384}
12387 12385