Mercurial > emacs
changeset 35272:b179c9139145
(clear_mouse_face=): Improve a comment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Jan 2001 14:16:15 +0000 |
parents | 311eb17c8927 |
children | 0c3e049d60aa |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Fri Jan 12 14:11:51 2001 +0000 +++ b/src/xterm.c Fri Jan 12 14:16:15 2001 +0000 @@ -7290,8 +7290,8 @@ 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