From: Gerd Moellmann Date: Mon, 11 Dec 2000 19:25:30 +0000 (+0000) Subject: (clear_mouse_face): Treat tip_frame as a Lisp_Object. X-Git-Tag: emacs-pretest-21.0.93~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=685f4368cf088889c8a2811548412b94d5ba184b;p=emacs.git (clear_mouse_face): Treat tip_frame as a Lisp_Object. --- 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))