From 607d9f9fe2595a36117677ed9d4dd836c61c1c00 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 12 Jan 2001 14:16:15 +0000 Subject: [PATCH] (clear_mouse_face=): Improve a comment. --- src/xterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 920ed1b4f04..8f04bcefe83 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7290,8 +7290,8 @@ void clear_mouse_face (dpyinfo) struct x_display_info *dpyinfo; { -#if 0 /* This prevents redrawing tool bar items when changing - from one to another, so don't do it. */ +#if 0 /* This prevents redrawing tool bar items when changing from one + to another while a tooltip is open, so don't do it. */ if (!NILP (tip_frame)) return; #endif -- 2.39.5