]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keyboard.c (make_lispy_event): Fix previous.
authorGlenn Morris <rgm@gnu.org>
Mon, 31 May 2021 15:40:26 +0000 (08:40 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 31 May 2021 15:40:26 +0000 (08:40 -0700)
src/keyboard.c

index 4433cfa41930d7531c6e03b54bdd0da5b6f6154a..bddbb793a504858c2aab0b5f03c608686411b22f 100644 (file)
@@ -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