From 685f4368cf088889c8a2811548412b94d5ba184b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 11 Dec 2000 19:25:30 +0000 Subject: [PATCH] (clear_mouse_face): Treat tip_frame as a Lisp_Object. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index c0cfa0cb8df..6d6c18bcfd2 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7290,7 +7290,7 @@ void clear_mouse_face (dpyinfo) struct x_display_info *dpyinfo; { - if (tip_frame) + if (!NILP (tip_frame)) return; if (! NILP (dpyinfo->mouse_face_window)) -- 2.39.5