projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09f3ac6
)
; * src/keyboard.c (readable_events): Fix a thinko.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 28 Oct 2021 18:19:34 +0000
(21:19 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 28 Oct 2021 18:19:34 +0000
(21:19 +0300)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 6aecebf405442c9e843e00aa0d445f5092aa9bd6..5d4bb6ee8ffc43ce1ff7934f79c046b6e85a2c06 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3472,10
+3472,10
@@
readable_events (int flags)
#ifdef USE_TOOLKIT_SCROLL_BARS
(flags & READABLE_EVENTS_FILTER_EVENTS) &&
#endif
- ((input_pending_p_filter_events
+ ((
!
input_pending_p_filter_events
&& (event->kind == FOCUS_IN_EVENT
|| event->kind == FOCUS_OUT_EVENT))
- || (
!
input_pending_p_filter_events
+ || (input_pending_p_filter_events
&& is_ignored_event (event))))
#ifdef USE_TOOLKIT_SCROLL_BARS
&& !((flags & READABLE_EVENTS_IGNORE_SQUEEZABLES)