From: Po Lu Date: Thu, 2 Jun 2022 05:37:52 +0000 (+0800) Subject: Fix typos in last change X-Git-Tag: emacs-29.0.90~1910^2~293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b9aca0ea8c8a70541e3ced0a21afa16e15a15cd;p=emacs.git Fix typos in last change * src/xterm.c (handle_one_xevent): Fix typos. --- diff --git a/src/xterm.c b/src/xterm.c index e5f0ec703cd..cd6b6af58fe 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -16822,8 +16822,8 @@ handle_one_xevent (struct x_display_info *dpyinfo, /* But never if `mouse-drag-and-drop-region' is in progress, since that results in the tooltip being dismissed when the mouse moves on top. */ - && (!EQ (track_mouse, Qdrag_source) - && gui_mouse_grabbed (dpyinfo))) + && !(EQ (track_mouse, Qdrag_source) + && gui_mouse_grabbed (dpyinfo))) do_help = -1; } #ifdef USE_GTK @@ -18163,8 +18163,8 @@ handle_one_xevent (struct x_display_info *dpyinfo, in progress, since that results in the tooltip being dismissed when the mouse moves on top. */ - && (!EQ (track_mouse, Qdrag_source) - && gui_mouse_grabbed (dpyinfo))) + && !(EQ (track_mouse, Qdrag_source) + && gui_mouse_grabbed (dpyinfo))) do_help = -1; } #ifdef USE_GTK