diff options
| author | Gerd Moellmann | 2000-12-11 19:25:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-11 19:25:30 +0000 |
| commit | 685f4368cf088889c8a2811548412b94d5ba184b (patch) | |
| tree | 3ffac35e02713d0f200bd45bf4e636506bc824a4 /src | |
| parent | 6b5c4794c2a67602e3ffded139dd5b0e1f3d5505 (diff) | |
| download | emacs-685f4368cf088889c8a2811548412b94d5ba184b.tar.gz emacs-685f4368cf088889c8a2811548412b94d5ba184b.zip | |
(clear_mouse_face): Treat tip_frame as a Lisp_Object.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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 | |||
| 7290 | clear_mouse_face (dpyinfo) | 7290 | clear_mouse_face (dpyinfo) |
| 7291 | struct x_display_info *dpyinfo; | 7291 | struct x_display_info *dpyinfo; |
| 7292 | { | 7292 | { |
| 7293 | if (tip_frame) | 7293 | if (!NILP (tip_frame)) |
| 7294 | return; | 7294 | return; |
| 7295 | 7295 | ||
| 7296 | if (! NILP (dpyinfo->mouse_face_window)) | 7296 | if (! NILP (dpyinfo->mouse_face_window)) |