diff options
| author | Po Lu | 2026-01-02 10:02:47 +0800 |
|---|---|---|
| committer | Po Lu | 2026-01-02 10:02:47 +0800 |
| commit | 0db173fa2336d72739216aa2e92ef61545f24d1c (patch) | |
| tree | 17315518b7b81dd8726a5810b992b52a49bc48ad /src | |
| parent | 89879654e514a3e96e85a10a32489e802964d2e6 (diff) | |
| download | emacs-0db173fa2336d72739216aa2e92ef61545f24d1c.tar.gz emacs-0db173fa2336d72739216aa2e92ef61545f24d1c.zip | |
; * src/keyboard.c (is_ignored_event): Delete redundant assignment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 41097b25256..55716c23738 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -13342,7 +13342,6 @@ is_ignored_event (union buffered_input_event *event) | |||
| 13342 | ignore_event = Qtoolkit_theme_changed; | 13342 | ignore_event = Qtoolkit_theme_changed; |
| 13343 | break; | 13343 | break; |
| 13344 | default: | 13344 | default: |
| 13345 | ignore_event = Qnil; | ||
| 13346 | break; | 13345 | break; |
| 13347 | } | 13346 | } |
| 13348 | 13347 | ||