summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-11 19:25:30 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-11 19:25:30 +0000
commit685f4368cf088889c8a2811548412b94d5ba184b (patch)
tree3ffac35e02713d0f200bd45bf4e636506bc824a4
parent6b5c4794c2a67602e3ffded139dd5b0e1f3d5505 (diff)
downloademacs-685f4368cf088889c8a2811548412b94d5ba184b.tar.gz
(clear_mouse_face): Treat tip_frame as a Lisp_Object.
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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))