changeset 34449:06453a32471a

(clear_mouse_face): Treat tip_frame as a Lisp_Object.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 19:25:30 +0000
parents 8f8d6aa6af8b
children 5de00bff5de3
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))