# HG changeset patch # User Gerd Moellmann # Date 976562730 0 # Node ID 06453a32471ad0f113841ab924fa64760b7bb4b1 # Parent 8f8d6aa6af8b1035e16968eb39383984c24fe821 (clear_mouse_face): Treat tip_frame as a Lisp_Object. diff -r 8f8d6aa6af8b -r 06453a32471a src/xterm.c --- a/src/xterm.c Mon Dec 11 19:24:59 2000 +0000 +++ b/src/xterm.c Mon Dec 11 19:25:30 2000 +0000 @@ -7290,7 +7290,7 @@ clear_mouse_face (dpyinfo) struct x_display_info *dpyinfo; { - if (tip_frame) + if (!NILP (tip_frame)) return; if (! NILP (dpyinfo->mouse_face_window))