diff options
| author | Sean Whitton | 2026-02-27 16:02:49 +0000 |
|---|---|---|
| committer | Sean Whitton | 2026-02-27 16:02:49 +0000 |
| commit | 9d7130439a305269953850c2ac8b2bc92eba4bb0 (patch) | |
| tree | 6cb5ec8f68f274048ac53090f1c7a842e8eed2b0 /src | |
| parent | 76c7c867d6215d9126ed8c52c0db96d72c4e2f09 (diff) | |
| download | emacs-9d7130439a305269953850c2ac8b2bc92eba4bb0.tar.gz emacs-9d7130439a305269953850c2ac8b2bc92eba4bb0.zip | |
; Copy out log message from when branch was first introduced.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index bc36d899250..ffe47460528 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3769,6 +3769,9 @@ kbd_buffer_store_buffered_event (union buffered_input_event *event, | |||
| 3769 | { | 3769 | { |
| 3770 | KBOARD *kb = FRAME_KBOARD (XFRAME (event->ie.frame_or_window)); | 3770 | KBOARD *kb = FRAME_KBOARD (XFRAME (event->ie.frame_or_window)); |
| 3771 | 3771 | ||
| 3772 | /* If C-g arrives while we're in the run state on behalf of | ||
| 3773 | another display, just clear the queue and deposit the C-g | ||
| 3774 | to be read later. */ | ||
| 3772 | if (single_kboard && kb != current_kboard) | 3775 | if (single_kboard && kb != current_kboard) |
| 3773 | { | 3776 | { |
| 3774 | kset_kbd_queue | 3777 | kset_kbd_queue |