From: Glenn Morris Date: Mon, 31 May 2021 15:40:26 +0000 (-0700) Subject: * src/keyboard.c (make_lispy_event): Fix previous. X-Git-Tag: emacs-28.0.90~2245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63e9a4b1e1fe99462ec97b2145b91898fa5b4085;p=emacs.git * src/keyboard.c (make_lispy_event): Fix previous. --- 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) /* 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