projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805ed8d
)
; * src/keyboard.c (readable_events): Add a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 21 Oct 2021 07:53:20 +0000
(10:53 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 21 Oct 2021 07:53:20 +0000
(10:53 +0300)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 6895a249f22bce3924c805e3fd47e5ec707fcd25..a99d14cb4cf4e36acb7624c45a55837ee48b9408 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3462,6
+3462,8
@@
readable_events (int flags)
READABLE_EVENTS_FILTER_EVENTS is set, report it as empty. */
if (kbd_fetch_ptr != kbd_store_ptr)
{
+ /* See https://lists.gnu.org/r/emacs-devel/2005-05/msg00297.html
+ for why we treat toolkit scroll-bar events specially here. */
if (flags & (READABLE_EVENTS_FILTER_EVENTS
#ifdef USE_TOOLKIT_SCROLL_BARS
| READABLE_EVENTS_IGNORE_SQUEEZABLES