aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2021-05-31 08:40:26 -0700
committerGlenn Morris2021-05-31 08:40:26 -0700
commit63e9a4b1e1fe99462ec97b2145b91898fa5b4085 (patch)
tree3a56d647c19e21c2cc896cdb1aaf92eb76191f6b /src
parentb7c1b81ffbebb4d821a52bd1f502ed94562721e1 (diff)
downloademacs-63e9a4b1e1fe99462ec97b2145b91898fa5b4085.tar.gz
emacs-63e9a4b1e1fe99462ec97b2145b91898fa5b4085.zip
* src/keyboard.c (make_lispy_event): Fix previous.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 4433cfa4193..bddbb793a50 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5733,7 +5733,7 @@ make_lispy_event (struct input_event *event)
5733 /* Was the down event in a window body? */ 5733 /* Was the down event in a window body? */
5734 && FIXNUMP (Fcar (Fcdr (start_pos))) 5734 && FIXNUMP (Fcar (Fcdr (start_pos)))
5735 && WINDOW_LIVE_P (Fcar (start_pos)) 5735 && WINDOW_LIVE_P (Fcar (start_pos))
5736 && Ffboundp (Qwindow_edges)) 5736 && !NILP (Ffboundp (Qwindow_edges)))
5737 /* If the window (etc.) at the mouse position has 5737 /* If the window (etc.) at the mouse position has
5738 changed between the down event and the up event, 5738 changed between the down event and the up event,
5739 we assume there's been a redisplay between the 5739 we assume there's been a redisplay between the