From: Gerd Moellmann Date: Fri, 12 Jan 2001 14:16:15 +0000 (+0000) Subject: (clear_mouse_face=): Improve a comment. X-Git-Tag: emacs-pretest-21.0.96~320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=607d9f9fe2595a36117677ed9d4dd836c61c1c00;p=emacs.git (clear_mouse_face=): Improve a comment. --- 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