]> git.eshelyaron.com Git - emacs.git/commitdiff
(clear_mouse_face): Treat tip_frame as a Lisp_Object.
authorGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 19:25:30 +0000 (19:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 19:25:30 +0000 (19:25 +0000)
src/xterm.c

index c0cfa0cb8dfb4ef28a7003b59e02ad6d6d774180..6d6c18bcfd267c6017b83fd5a80f03a7e1a465a1 100644 (file)
@@ -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))