projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c1b81
)
* src/keyboard.c (make_lispy_event): Fix previous.
author
Glenn Morris
<rgm@gnu.org>
Mon, 31 May 2021 15:40:26 +0000
(08:40 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 31 May 2021 15:40:26 +0000
(08:40 -0700)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 4433cfa41930d7531c6e03b54bdd0da5b6f6154a..bddbb793a504858c2aab0b5f03c608686411b22f 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-5733,7
+5733,7
@@
make_lispy_event (struct input_event *event)
/* Was the down event in a window body? */
&& FIXNUMP (Fcar (Fcdr (start_pos)))
&& WINDOW_LIVE_P (Fcar (start_pos))
- &&
Ffboundp (Qwindow_edges
))
+ &&
!NILP (Ffboundp (Qwindow_edges)
))
/* If the window (etc.) at the mouse position has
changed between the down event and the up event,
we assume there's been a redisplay between the