From: Kim F. Storm Date: Mon, 5 Apr 2004 21:55:16 +0000 (+0000) Subject: (handle_one_xevent): Set mouse_face_hidden after clearing highlight. X-Git-Tag: ttn-vms-21-2-B4~6950 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40d0e2815a9db4906494e61056f6158758440055;p=emacs.git (handle_one_xevent): Set mouse_face_hidden after clearing highlight. --- diff --git a/src/xterm.c b/src/xterm.c index 8bdf3fec4ec..da875b6156f 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6190,8 +6190,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)) { - dpyinfo->mouse_face_hidden = 1; clear_mouse_face (dpyinfo); + dpyinfo->mouse_face_hidden = 1; } #if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS