From 96d3e893b8d1c8b7698a9380314c2f08827f051a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 17 Nov 2001 21:37:41 +0000 Subject: [PATCH] (note_mouse_highlight): Fix type of variable `ignore'. --- src/ChangeLog | 4 ++++ src/xterm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index f1c53a1bad3..99f52a0e2eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-11-17 Andreas Schwab + + * xterm.c (note_mouse_highlight): Fix type of variable `ignore'. + 2001-11-17 Jason Rumney * xterm.c (notice_overwritten_cursor): Take care of end < 0 case. diff --git a/src/xterm.c b/src/xterm.c index 5c11906863a..df55fe4751b 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7165,7 +7165,7 @@ note_mouse_highlight (f, x, y) { Lisp_Object before = Foverlay_start (overlay); Lisp_Object after = Foverlay_end (overlay); - Lisp_Object ignore; + int ignore; /* Note that we might not be able to find position BEFORE in the glyph matrix if the overlay is -- 2.39.2